emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/make-mode.el, v [EMACS_22_


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/make-mode.el, v [EMACS_22_BASE]
Date: Sat, 12 Apr 2008 05:40:24 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Stefan Monnier <monnier>        08/04/12 05:40:21

Index: progmodes/make-mode.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/progmodes/make-mode.el,v
retrieving revision 1.121.2.2
retrieving revision 1.121.2.3
diff -u -b -r1.121.2.2 -r1.121.2.3
--- progmodes/make-mode.el      7 Jan 2008 02:10:49 -0000       1.121.2.2
+++ progmodes/make-mode.el      12 Apr 2008 05:40:13 -0000      1.121.2.3
@@ -1304,7 +1304,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)
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]