]> git.eshelyaron.com Git - emacs.git/commitdiff
(mail-hist-current-header-name): Use buffer-substring-no-properties.
authorMiles Bader <miles@gnu.org>
Tue, 2 Jul 1996 16:23:34 +0000 (16:23 +0000)
committerMiles Bader <miles@gnu.org>
Tue, 2 Jul 1996 16:23:34 +0000 (16:23 +0000)
lisp/mail/mail-hist.el

index 25bdcc2e55f58efbb850ac6d50868ccbdf932289..00a7d1c56ff3a128830f2eac21384fde7592482a 100644 (file)
@@ -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).