1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-04 08:47:11 +00:00

(makefile-fill-paragraph): Don't remove spaces after the comment start.

This commit is contained in:
Eli Zaretskii 2006-06-09 17:43:54 +00:00
parent f47adf18e1
commit 594dde9bb7

View File

@ -1304,7 +1304,7 @@ definition and conveniently use this command."
(save-excursion
(beginning-of-line)
(cond
((looking-at "^#+")
((looking-at "^#+\\s-*")
;; Found a comment. Return nil to let normal filling take place.
nil)