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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/make-mode.el [lexbind]
Date: Wed, 06 Oct 2004 01:44:22 -0400

Index: emacs/lisp/progmodes/make-mode.el
diff -c emacs/lisp/progmodes/make-mode.el:1.71.4.5 
emacs/lisp/progmodes/make-mode.el:1.71.4.6
*** emacs/lisp/progmodes/make-mode.el:1.71.4.5  Sat Sep  4 09:18:38 2004
--- emacs/lisp/progmodes/make-mode.el   Wed Oct  6 05:21:58 2004
***************
*** 1028,1034 ****
    (save-excursion
      (beginning-of-line)
      (cond
!      ((looking-at "^#+ ")
        ;; Found a comment.  Set the fill prefix, and find the paragraph
        ;; boundaries by searching for lines that look like comment-only
        ;; lines.
--- 1028,1034 ----
    (save-excursion
      (beginning-of-line)
      (cond
!      ((looking-at "^#+")
        ;; Found a comment.  Set the fill prefix, and find the paragraph
        ;; boundaries by searching for lines that look like comment-only
        ;; lines.




reply via email to

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