(makefile-fill-paragraph): Don't remove spaces after the comment start.
This commit is contained in:
parent
f47adf18e1
commit
594dde9bb7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue