(makefile-fill-paragraph): Don't insist on spaces when looking for
comments. # is enough.
This commit is contained in:
parent
b071e512b9
commit
4beb7453bd
1 changed files with 1 additions and 1 deletions
|
@ -1028,7 +1028,7 @@ definition and conveniently use this command."
|
|||
(save-excursion
|
||||
(beginning-of-line)
|
||||
(cond
|
||||
((looking-at "^#+ ")
|
||||
((looking-at "^#+")
|
||||
;; Found a comment. Set the fill prefix, and find the paragraph
|
||||
;; boundaries by searching for lines that look like comment-only
|
||||
;; lines.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue