summaryrefslogtreecommitdiff
path: root/lisp
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
commit77bc20d394f1e35c0e60efcde457e51f43f51c2b (patch)
tree015926875e1aef5855f5c8138bc1440032457f7c /lisp
parentc523a40cb800876816e49975bac1061ab3f1f373 (diff)
downloademacs-77bc20d394f1e35c0e60efcde457e51f43f51c2b.tar.gz
(mail-hist-current-header-name): Use buffer-substring-no-properties.
Diffstat (limited to 'lisp')
-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).