From: Glenn Morris Date: Thu, 9 Jan 2014 20:04:39 +0000 (-0500) Subject: Comment X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2^2~25 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e49c0a9ae3400d7e723ccacc6fb3f44e90d87a34;p=emacs.git Comment --- diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index f6830c13072..be19ccea38d 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el @@ -4099,6 +4099,9 @@ Instead, just auto-save the buffer and then bury it." (defun message-bury (buffer) "Bury this mail BUFFER." + ;; Note that this is not quite the same as (bury-buffer buffer), + ;; since bury-buffer does extra stuff with a nil argument. + ;; Eg http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg00539.html (with-current-buffer buffer (bury-buffer)) (if message-return-action (apply (car message-return-action) (cdr message-return-action))))