Mercurial > emacs
diff lisp/gnus/gnus-sum.el @ 65499:e441782b5360
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-546
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 116-117)
- Merge from emacs--cvs-trunk--0
- Update from CVS
2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/gnus-sum.el (gnus-summary-edit-article-done): Remove text props
before parsing header.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Tue, 13 Sep 2005 20:30:44 +0000 |
parents | c71b1b2d2d04 |
children | c16795de963a fa0da9b57058 |
line wrap: on
line diff
--- a/lisp/gnus/gnus-sum.el Tue Sep 13 20:13:31 2005 +0000 +++ b/lisp/gnus/gnus-sum.el Tue Sep 13 20:30:44 2005 +0000 @@ -9561,7 +9561,8 @@ (save-excursion (save-restriction (message-narrow-to-head) - (let ((head (buffer-string)) + (let ((head (buffer-substring-no-properties + (point-min) (point-max))) header) (with-temp-buffer (insert (format "211 %d Article retrieved.\n"