changeset 7955:a03d7bdee306

(rmail-highlight-headers): Don't skip newlines, just tab and space.
author Richard M. Stallman <rms@gnu.org>
date Sat, 18 Jun 1994 13:26:33 +0000
parents 621c28be27a0
children eaca9ccb9f4a
files lisp/mail/rmail.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/rmail.el	Sat Jun 18 13:23:57 1994 +0000
+++ b/lisp/mail/rmail.el	Sat Jun 18 13:26:33 1994 +0000
@@ -1419,7 +1419,7 @@
 		(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)