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 [emacs-unicod


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/make-mode.el [emacs-unicode-2]
Date: Tue, 21 Sep 2004 06:13:40 -0400

Index: emacs/lisp/progmodes/make-mode.el
diff -c emacs/lisp/progmodes/make-mode.el:1.83.4.2 
emacs/lisp/progmodes/make-mode.el:1.83.4.3
*** emacs/lisp/progmodes/make-mode.el:1.83.4.2  Fri Jul 23 04:30:39 2004
--- emacs/lisp/progmodes/make-mode.el   Tue Sep 21 09:34:11 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]