]> git.eshelyaron.com Git - emacs.git/commitdiff
(makefile-fill-paragraph): Don't remove spaces after the comment start.
authorEli Zaretskii <eliz@gnu.org>
Fri, 9 Jun 2006 17:43:54 +0000 (17:43 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 9 Jun 2006 17:43:54 +0000 (17:43 +0000)
lisp/progmodes/make-mode.el

index d22aedb6058bd7bf18fe9546759895d1d3989614..a3146df3e45be4560bfa1b3f5386653c38c3aa72 100644 (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)