1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-28 07:45:00 +00:00

*** empty log message ***

This commit is contained in:
Richard M. Stallman 1992-07-19 16:46:51 +00:00
parent 83b5d75750
commit b9c7647e50

View File

@ -282,7 +282,7 @@ MAIL-FLAG for a mail message, i. e. don't fill header lines."
(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.