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


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/make-mode.el
Date: Mon, 20 Sep 2004 12:04:04 -0400

Index: emacs/lisp/progmodes/make-mode.el
diff -c emacs/lisp/progmodes/make-mode.el:1.87 
emacs/lisp/progmodes/make-mode.el:1.88
*** emacs/lisp/progmodes/make-mode.el:1.87      Thu Jul 22 14:26:26 2004
--- emacs/lisp/progmodes/make-mode.el   Mon Sep 20 15:45:31 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]