From: Miles Bader Date: Tue, 2 Jul 1996 16:23:34 +0000 (+0000) Subject: (mail-hist-current-header-name): Use buffer-substring-no-properties. X-Git-Tag: emacs-19.34~281 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=384bc96cb9da66a00087f815497d996ee92a4118;p=emacs.git (mail-hist-current-header-name): Use buffer-substring-no-properties. --- 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).