changeset 71293:e09c0037f795

(makefile-fill-paragraph): Don't remove spaces after the comment start.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 09 Jun 2006 17:43:54 +0000
parents b8510d99b32e
children bccec3b68d81
files lisp/progmodes/make-mode.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/make-mode.el	Fri Jun 09 14:23:49 2006 +0000
+++ b/lisp/progmodes/make-mode.el	Fri Jun 09 17:43:54 2006 +0000
@@ -1304,7 +1304,7 @@
   (save-excursion
     (beginning-of-line)
     (cond
-     ((looking-at "^#+")
+     ((looking-at "^#+\\s-*")
       ;; Found a comment.  Return nil to let normal filling take place.
       nil)