emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/refill.el
Date: Fri, 04 Apr 2003 01:23:08 -0500

Index: emacs/lisp/textmodes/refill.el
diff -c emacs/lisp/textmodes/refill.el:1.11 emacs/lisp/textmodes/refill.el:1.12
*** emacs/lisp/textmodes/refill.el:1.11 Tue Feb  4 08:30:45 2003
--- emacs/lisp/textmodes/refill.el      Wed Apr  2 18:57:17 2003
***************
*** 114,120 ****
        ;; leading to excessive refilling and wrong choice of fill-prefix.
        ;; might be a bug in my paragraphs.el.
        (forward-paragraph)
-       (skip-syntax-backward "-")
        (let ((end (point))
            (beg (progn (backward-paragraph) (point)))
            (obeg (overlay-start refill-ignorable-overlay))
--- 114,119 ----
***************
*** 230,236 ****
    (when refill-ignorable-overlay
      (delete-overlay refill-ignorable-overlay)
      (kill-local-variable 'refill-ignorable-overlay))
!   (when refill-late-fill-paragraph-function
      (setq fill-paragraph-function refill-late-fill-paragraph-function)
      (kill-local-variable 'refill-late-fill-paragraph-function))
    (if refill-mode
--- 229,235 ----
    (when refill-ignorable-overlay
      (delete-overlay refill-ignorable-overlay)
      (kill-local-variable 'refill-ignorable-overlay))
!   (when (local-variable-p 'refill-late-fill-paragraph-function)
      (setq fill-paragraph-function refill-late-fill-paragraph-function)
      (kill-local-variable 'refill-late-fill-paragraph-function))
    (if refill-mode




reply via email to

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