aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles Bader2008-06-05 06:05:12 +0000
committerMiles Bader2008-06-05 06:05:12 +0000
commitb1d6cda3015a32ad5787f941e80ff45d2224d4c6 (patch)
treeb960224976b3da41cd2f56339c758f995a626028
parentdcaaec2302d82bc05431bb9b0bd11bc048b346a1 (diff)
downloademacs-b1d6cda3015a32ad5787f941e80ff45d2224d4c6.tar.gz
emacs-b1d6cda3015a32ad5787f941e80ff45d2224d4c6.zip
Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1212
-rw-r--r--lisp/gnus/ChangeLog4
-rw-r--r--lisp/gnus/message.el2
2 files changed, 5 insertions, 1 deletions
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 @@
12008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4
12008-06-03 Glenn Morris <rgm@gnu.org> 52008-06-03 Glenn Morris <rgm@gnu.org>
2 6
3 * pop3.el (nnheader-accept-process-output): Autoload it. 7 * 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."
6302 "Disassociate the message buffer from the drafts directory." 6302 "Disassociate the message buffer from the drafts directory."
6303 (when message-draft-article 6303 (when message-draft-article
6304 (nndraft-request-expire-articles 6304 (nndraft-request-expire-articles
6305 (list message-draft-article) "nndraft:drafts" nil t))) 6305 (list message-draft-article) "drafts" nil t)))
6306 6306
6307(defun message-insert-headers () 6307(defun message-insert-headers ()
6308 "Generate the headers for the article." 6308 "Generate the headers for the article."