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:
parent
f47adf18e1
commit
594dde9bb7
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user