comparison lisp/gnus-msg.el @ 13679:d4841ac1505f

(gnus-post-news): Add autoload.
author Richard M. Stallman <rms@gnu.org>
date Fri, 01 Dec 1995 04:46:28 +0000
parents 178d730efae2
children 187735b53d52
comparison
equal deleted inserted replaced
13678:7d9570072e6c 13679:d4841ac1505f
407 (widen) 407 (widen)
408 (copy-to-buffer gnus-article-copy (point-min) (point-max)) 408 (copy-to-buffer gnus-article-copy (point-min) (point-max))
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."
415 (interactive (list t)) 416 (interactive (list t))
416 (gnus-copy-article-buffer article-buffer) 417 (gnus-copy-article-buffer article-buffer)