aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnus
diff options
context:
space:
mode:
authorMiles Bader2008-06-17 02:35:25 +0000
committerMiles Bader2008-06-17 02:35:25 +0000
commit34f3c1f36e017995371e2c6c93f439e6d8464a12 (patch)
tree8538061cc46f84ab3dd25225bb8101a3575332b9 /lisp/gnus
parent7266b296ed78750915153b61b8fb3cd53eaa2106 (diff)
downloademacs-34f3c1f36e017995371e2c6c93f439e6d8464a12.tar.gz
emacs-34f3c1f36e017995371e2c6c93f439e6d8464a12.zip
Merge from gnus--rel--5.10
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-276
Diffstat (limited to 'lisp/gnus')
-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 d4b770287e3..23379fa6ce1 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-05-25 Katsumi Yamaoka <yamaoka@jpl.org> 52008-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
2 6
3 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant 7 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el
index fa25bb1f20b..214d971a9bc 100644
--- a/lisp/gnus/message.el
+++ b/lisp/gnus/message.el
@@ -5827,7 +5827,7 @@ are not included."
5827 "Disassociate the message buffer from the drafts directory." 5827 "Disassociate the message buffer from the drafts directory."
5828 (when message-draft-article 5828 (when message-draft-article
5829 (nndraft-request-expire-articles 5829 (nndraft-request-expire-articles
5830 (list message-draft-article) "nndraft:drafts" nil t))) 5830 (list message-draft-article) "drafts" nil t)))
5831 5831
5832(defun message-insert-headers () 5832(defun message-insert-headers ()
5833 "Generate the headers for the article." 5833 "Generate the headers for the article."