]> git.eshelyaron.com Git - emacs.git/commitdiff
(ispell-message): Make mail-header-separator into regexp.
authorRichard M. Stallman <rms@gnu.org>
Sat, 8 Apr 1995 20:05:41 +0000 (20:05 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 8 Apr 1995 20:05:41 +0000 (20:05 +0000)
lisp/textmodes/ispell.el

index bc74401c21dc4227e271953febb451288b9d4a94..75590e711f59e54da4b656a729e5fd6f49928755 100644 (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.