]> git.eshelyaron.com Git - emacs.git/commitdiff
lisp/gnus/message.el (message-bury, message-send-and-exit): Revert 2013-05-04 change
authorTassilo Horn <tassilo@member.fsf.org>
Mon, 6 May 2013 22:39:36 +0000 (22:39 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 6 May 2013 22:39:36 +0000 (22:39 +0000)
lisp/gnus/ChangeLog
lisp/gnus/message.el

index 49826f0e93968896d20bdd519879621af10338d9..2701a666598d997482f93ce6a0861e102240409f 100644 (file)
@@ -1,3 +1,8 @@
+2013-05-06  Tassilo Horn  <tassilo@member.fsf.org>
+
+       * message.el (message-bury, message-send-and-exit):
+       Revert 2013-05-04 change.
+
 2013-05-06  Glenn Morris  <rgm@gnu.org>
 
        * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
index ad077b4da23c2debfb23a9204bc7acb90fe8cdae..a6638097b4747be3f34643f22e6137a3d4c47dc1 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)
+      (message-bury buf)
       (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 (&optional buffer)
+(defun message-bury (buffer)
   "Bury this mail BUFFER."
   (if message-return-action
       (progn