Mercurial > hg > xemacs-beta
diff lisp/gnus/gnus-msg.el @ 136:b980b6286996 r20-2b2
Import from CVS: tag r20-2b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:31:12 +0200 |
parents | 9b50b4588a93 |
children | 1856695b1fa9 |
line wrap: on
line diff
--- a/lisp/gnus/gnus-msg.el Mon Aug 13 09:30:13 2007 +0200 +++ b/lisp/gnus/gnus-msg.el Mon Aug 13 09:31:12 2007 +0200 @@ -691,6 +691,7 @@ (message-goto-subject) (re-search-forward " *$") (replace-match " (crosspost notification)" t t) + (deactivate-mark) (when (gnus-y-or-n-p "Send this complaint? ") (message-send-and-exit)))))))