]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment
authorGlenn Morris <rgm@gnu.org>
Thu, 9 Jan 2014 20:04:39 +0000 (15:04 -0500)
committerGlenn Morris <rgm@gnu.org>
Thu, 9 Jan 2014 20:04:39 +0000 (15:04 -0500)
lisp/gnus/message.el

index f6830c13072915835d022d0c5fdf0c3d16af4808..be19ccea38d41a64589fcc0fb14a5b70f2697996 100644 (file)
@@ -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))))