aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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."
117 (and 117 (and
118 name-start 118 name-start
119 name-end 119 name-end
120 (downcase (buffer-substring name-start name-end))))))) 120 (downcase (buffer-substring-no-properties name-start name-end)))))))
121 121
122(defsubst mail-hist-forward-header (count) 122(defsubst mail-hist-forward-header (count)
123 "Move forward COUNT headers (backward if COUNT is negative). 123 "Move forward COUNT headers (backward if COUNT is negative).