summaryrefslogtreecommitdiff
path: root/lisp/mail/mail-hist.el
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-07-02 16:23:34 +0000
committerMiles Bader <miles@gnu.org>1996-07-02 16:23:34 +0000
commit384bc96cb9da66a00087f815497d996ee92a4118 (patch)
tree70d603c21132b32ae823faae48681f7753390082 /lisp/mail/mail-hist.el
parentcc8d8b6fe09d244b0c30ed90a91b820935c4aafe (diff)
downloademacs-384bc96cb9da66a00087f815497d996ee92a4118.tar.gz
(mail-hist-current-header-name): Use buffer-substring-no-properties.
Diffstat (limited to 'lisp/mail/mail-hist.el')
-rw-r--r--lisp/mail/mail-hist.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/mail-hist.el b/lisp/mail/mail-hist.el
index 25bdcc2e55f..00a7d1c56ff 100644
--- a/lisp/mail/mail-hist.el
+++ b/lisp/mail/mail-hist.el
@@ -117,7 +117,7 @@ the message."
(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).