Mercurial > emacs
changeset 11762:329197fc1477
(news-setup): Bind mail-signature to nil.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 09 May 1995 00:49:04 +0000 |
parents | d110042c1d95 |
children | fc2a3a312e98 |
files | lisp/mail/rnewspost.el |
diffstat | 1 files changed, 5 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/rnewspost.el Tue May 09 00:30:26 1995 +0000 +++ b/lisp/mail/rnewspost.el Tue May 09 00:49:04 1995 +0000 @@ -217,14 +217,16 @@ (mail-position-on-field "Summary")) (defun news-reply-signature () - "The inews program appends ~/.signature automatically." + "The inews program appends `~/.signature' automatically." (interactive) - (message "~/.signature will be appended automatically.")) + (message "`~/.signature' will be appended automatically.")) (defun news-setup (to subject in-reply-to newsgroups replybuffer) "Set up the news reply or posting buffer with the proper headers and mode." (setq mail-reply-buffer replybuffer) - (let ((mail-setup-hook nil)) + (let ((mail-setup-hook nil) + ;; Avoid inserting a signature. + (mail-signature)) (if (null to) ;; this hack is needed so that inews wont be confused by ;; the fcc: and bcc: fields