[comp.emacs] Missed mode map stuff for reposted vn.el

karl@tut.cis.ohio-state.edu (Karl Kleinpaste) (12/08/87)

The version I posted this morning (er, yesterday morning) of vn.el was
missing a couple of keybindings I had added so that news could be
posted as something other than a followup, and so that mail could be
invoked when in the VN-Buffer, rather than just when actually sitting
in an article's text.  Apologies, here's a plain diff of the trivial
addition:

215a216,217
>   (define-key vn-mode-map "m" 'news-mail-other-window)
>   (define-key vn-mode-map "a" 'news-post-news)
236a239
>   (define-key vn-read-mode-map "a" 'news-post-news)
-- 
Karl