changeset 821:cee415e2dae8

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sun, 19 Jul 1992 16:46:51 +0000
parents cd6b1e1da3fc
children c6e94e13926c
files lisp/textmodes/fill.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/fill.el	Sun Jul 19 05:05:19 1992 +0000
+++ b/lisp/textmodes/fill.el	Sun Jul 19 16:46:51 1992 +0000
@@ -282,7 +282,7 @@
       (goto-char min)
       (beginning-of-line)
       (if mailp 
-	  (while (looking-at "[^ \t\n]*:")
+	  (while (or (looking-at "[ \t]*[^ \t\n]*:") (looking-at "[ \t]*$"))
 	    (forward-line 1)))
       (narrow-to-region (point) max)
       ;; Loop over paragraphs.