emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/simple.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el
Date: Mon, 09 Sep 2002 21:23:57 -0400

Index: emacs/lisp/simple.el
diff -c emacs/lisp/simple.el:1.567 emacs/lisp/simple.el:1.568
*** emacs/lisp/simple.el:1.567  Mon Sep  9 18:45:03 2002
--- emacs/lisp/simple.el        Mon Sep  9 21:23:57 2002
***************
*** 3084,3090 ****
                (save-excursion (forward-paragraph 1) (point)))))
          (and prefix (not (equal prefix ""))
               ;; Use auto-indentation rather than a guessed empty prefix.
!              (not (and (fill-indent-according-to-mode)
                         (string-match "\\`[ \t]*\\'" prefix)))
               (setq fill-prefix prefix))))
        
--- 3084,3090 ----
                (save-excursion (forward-paragraph 1) (point)))))
          (and prefix (not (equal prefix ""))
               ;; Use auto-indentation rather than a guessed empty prefix.
!              (not (and fill-indent-according-to-mode
                         (string-match "\\`[ \t]*\\'" prefix)))
               (setq fill-prefix prefix))))
        




reply via email to

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