diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2007-05-28 04:11:07 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2007-05-28 04:11:07 +0000 |
commit | 3938661c207036c57c38ea9bb2c0f24460eb2210 (patch) | |
tree | 90233a7e38a5b950b6aa189c46906ebeeaefff5c /lisp/gnus | |
parent | 4bde4d4f3d859f7317ab080c9dafae56592aee06 (diff) | |
download | emacs-3938661c207036c57c38ea9bb2c0f24460eb2210.tar.gz |
* message.el (message-narrow-to-headers-or-head): Ignore
mail-header-separator in the body.
Diffstat (limited to 'lisp/gnus')
-rw-r--r-- | lisp/gnus/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 3d32d024473..e3cba144f17 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -2,6 +2,8 @@ * message.el (message-pop-to-buffer): Add switch-function argument. (message-mail): Pass switch-function argument to it. + (message-narrow-to-headers-or-head): Ignore mail-header-separator in + the body. 2007-05-09 Didier Verna <didier@xemacs.org> |