From: Miles Bader Date: Thu, 5 Jun 2008 06:05:12 +0000 (+0000) Subject: Merge from gnus--devo--0 X-Git-Tag: emacs-pretest-23.0.90~5082 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b1d6cda3015a32ad5787f941e80ff45d2224d4c6;p=emacs.git Merge from gnus--devo--0 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1212 --- diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 1bc00d6b667..e16b8613f1e 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,7 @@ +2008-06-05 Katsumi Yamaoka + + * message.el (message-disassociate-draft): Revert 2008-03-18 change. + 2008-06-03 Glenn Morris * pop3.el (nnheader-accept-process-output): Autoload it. diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index b790ac433c9..a1782a86ea8 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el @@ -6302,7 +6302,7 @@ are not included." "Disassociate the message buffer from the drafts directory." (when message-draft-article (nndraft-request-expire-articles - (list message-draft-article) "nndraft:drafts" nil t))) + (list message-draft-article) "drafts" nil t))) (defun message-insert-headers () "Generate the headers for the article."