diff options
| -rw-r--r-- | lisp/gnus-msg.el | 1 |
1 files changed, 1 insertions, 0 deletions
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." | |||
| 409 | (set-text-properties (point-min) (point-max) | 409 | (set-text-properties (point-min) (point-max) |
| 410 | nil gnus-article-copy))))) | 410 | nil gnus-article-copy))))) |
| 411 | 411 | ||
| 412 | ;;;###autoload | ||
| 412 | (defun gnus-post-news (post &optional group header article-buffer yank subject) | 413 | (defun gnus-post-news (post &optional group header article-buffer yank subject) |
| 413 | "Begin editing a new USENET news article to be posted. | 414 | "Begin editing a new USENET news article to be posted. |
| 414 | Type \\[describe-mode] in the buffer to get a list of commands." | 415 | Type \\[describe-mode] in the buffer to get a list of commands." |