Mercurial > emacs
changeset 15581:4d843931581c
(mail-hist-current-header-name): Use buffer-substring-no-properties.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Tue, 02 Jul 1996 16:23:34 +0000 |
parents | 1808d2672d00 |
children | 2066a7282df9 |
files | lisp/mail/mail-hist.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/mail-hist.el Tue Jul 02 00:01:05 1996 +0000 +++ b/lisp/mail/mail-hist.el Tue Jul 02 16:23:34 1996 +0000 @@ -117,7 +117,7 @@ (and name-start name-end - (downcase (buffer-substring name-start name-end))))))) + (downcase (buffer-substring-no-properties name-start name-end))))))) (defsubst mail-hist-forward-header (count) "Move forward COUNT headers (backward if COUNT is negative).