]> git.eshelyaron.com Git - emacs.git/commitdiff
(news-setup): Bind mail-signature to nil.
authorRichard M. Stallman <rms@gnu.org>
Tue, 9 May 1995 00:49:04 +0000 (00:49 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 9 May 1995 00:49:04 +0000 (00:49 +0000)
lisp/mail/rnewspost.el

index 47dde4f0f99eeabc17b8d6a386d3d73ed1eabf52..8327fab3549c3f0d66565ffd748ab5a09c24df15 100644 (file)
@@ -217,14 +217,16 @@ summary (abstract) of the message."
   (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