From: Richard M. Stallman Date: Fri, 1 Dec 1995 04:46:28 +0000 (+0000) Subject: (gnus-post-news): Add autoload. X-Git-Tag: emacs-19.34~2181 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b747e8eb2d408990e6cc4d75389d89c924f413de;p=emacs.git (gnus-post-news): Add autoload. --- diff --git a/lisp/gnus-msg.el b/lisp/gnus-msg.el index 89d4c3e98d4..ea52c043c17 100644 --- a/lisp/gnus-msg.el +++ b/lisp/gnus-msg.el @@ -409,6 +409,7 @@ header line with the old Message-ID." (set-text-properties (point-min) (point-max) nil gnus-article-copy))))) +;;;###autoload (defun gnus-post-news (post &optional group header article-buffer yank subject) "Begin editing a new USENET news article to be posted. Type \\[describe-mode] in the buffer to get a list of commands."