diff lisp/progmodes/make-mode.el @ 94293:ca9efc5939fc

Merge from emacs--rel--22 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1121
author Miles Bader <miles@gnu.org>
date Wed, 23 Apr 2008 05:55:42 +0000
parents 0905c6be13b6 5a66e871f1e0
children 52b7a8c22af5
line wrap: on
line diff
--- a/lisp/progmodes/make-mode.el	Wed Apr 23 05:15:42 2008 +0000
+++ b/lisp/progmodes/make-mode.el	Wed Apr 23 05:55:42 2008 +0000
@@ -1352,7 +1352,7 @@
   (save-excursion
     (beginning-of-line)
     (cond
-     ((looking-at "^#+\\s-*")
+     ((looking-at "^[ \t]*#+\\s-*")
       ;; Found a comment.  Return nil to let normal filling take place.
       nil)