Skip to content

Commit

Permalink
(mail-hist-current-header-name): Use buffer-substring-no-properties.
Browse files Browse the repository at this point in the history
  • Loading branch information
snogglethorpe committed Jul 2, 1996
1 parent c523a40 commit 77bc20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/mail/mail-hist.el
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 77bc20d

Please sign in to comment.