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


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/make-mode.el,v
Date: Fri, 09 Jun 2006 17:43:54 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    06/06/09 17:43:54

Index: make-mode.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/progmodes/make-mode.el,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -b -r1.116 -r1.117
--- make-mode.el        28 May 2006 20:56:33 -0000      1.116
+++ make-mode.el        9 Jun 2006 17:43:54 -0000       1.117
@@ -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)
 




reply via email to

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