]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/gnus/message.el (message-bury): Make `buffer' optional.
authorThierry Volpiatto <thierry.volpiatto@gmail.com>
Sat, 4 May 2013 19:34:19 +0000 (15:34 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sat, 4 May 2013 19:34:19 +0000 (15:34 -0400)
(message-send-and-exit): Don't pass `buf' so as to hide the buffer.

Fixes: debbugs:14085
lisp/gnus/ChangeLog
lisp/gnus/message.el

index 1221f163cba3c34d33c557403affabc0e62e83b7..bca0933437d99d24c8dec8ed57223e513dad91c5 100644 (file)
@@ -1,3 +1,9 @@
+2013-05-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
+
+       * message.el (message-bury): Make `buffer' optional.
+       (message-send-and-exit): Don't pass `buf' so as to hide the buffer
+       (bug#14085).
+
 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
index a6638097b4747be3f34643f22e6137a3d4c47dc1..ad077b4da23c2debfb23a9204bc7acb90fe8cdae 100644 (file)
@@ -4047,7 +4047,7 @@ It should typically alter the sending method in some way or other."
        (actions message-exit-actions))
     (when (and (message-send arg)
               (buffer-name buf))
-      (message-bury buf)
+      (message-bury)
       (if message-kill-buffer-on-exit
          (kill-buffer buf))
       (message-do-actions actions)
@@ -4095,7 +4095,7 @@ Instead, just auto-save the buffer and then bury it."
          (message-disassociate-draft)))
       (message-do-actions actions))))
 
-(defun message-bury (buffer)
+(defun message-bury (&optional buffer)
   "Bury this mail BUFFER."
   (if message-return-action
       (progn