(makefile-fill-paragraph): Don't insist on spaces when looking for

comments.  # is enough.
This commit is contained in:
Richard M. Stallman 2004-09-20 15:45:31 +00:00
parent b071e512b9
commit 4beb7453bd

View file

@ -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.