(ispell-message): Make mail-header-separator into regexp.

This commit is contained in:
Richard M. Stallman
1995-04-08 20:05:41 +00:00
parent 50776640f7
commit e7a52e415f

View File

@@ -2132,7 +2132,7 @@ You can bind this to the key C-c i in GNUS or mail by adding to
(forward-line 1))
(setq case-fold-search nil)
;; Skip mail header, particularly for non-english languages.
(if (looking-at mail-header-separator)
(if (looking-at (concat (regexp-quote mail-header-separator) "$"))
(forward-line 1))
(while (< (point) limit)
;; Skip across text cited from other messages.