]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-highlight-headers): Don't skip newlines, just tab and space.
authorRichard M. Stallman <rms@gnu.org>
Sat, 18 Jun 1994 13:26:33 +0000 (13:26 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 18 Jun 1994 13:26:33 +0000 (13:26 +0000)
lisp/mail/rmail.el

index 5b100dadeb837294d320a6cbc6016fe41bba7d7d..df4e7d36a247d426dec57c23204f4be4a0fd41df 100644 (file)
@@ -1419,7 +1419,7 @@ If summary buffer is currently displayed, update current message there also."
                (overlays rmail-overlay-list))
            (goto-char (point-min))
            (while (re-search-forward rmail-highlighted-headers nil t)
-             (skip-syntax-forward " ")
+             (skip-chars-forward " \t")
              (let ((beg (point))
                    overlay)
                (while (progn (forward-line 1)