Mercurial > hg > xemacs-beta
diff lisp/gnus/gnus-msg.el @ 122:d2f30a177268 r20-1b14
Import from CVS: tag r20-1b14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:26:03 +0200 |
parents | 7d55a9ba150c |
children | 9b50b4588a93 |
line wrap: on
line diff
--- a/lisp/gnus/gnus-msg.el Mon Aug 13 09:25:31 2007 +0200 +++ b/lisp/gnus/gnus-msg.el Mon Aug 13 09:26:03 2007 +0200 @@ -180,7 +180,7 @@ (defun gnus-inews-add-send-actions (winconf buffer article) (make-local-hook 'message-sent-hook) - (gnus-add-hook 'message-sent-hook 'gnus-inews-do-gcc nil t) + (add-hook 'message-sent-hook 'gnus-inews-do-gcc nil t) (setq message-post-method `(lambda (arg) (gnus-post-method arg ,gnus-newsgroup-name)))