mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
*** empty log message ***
This commit is contained in:
parent
83b5d75750
commit
b9c7647e50
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue