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: Lute Kamstra
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/refill.el
Date: Mon, 04 Apr 2005 05:29:08 -0400

Index: emacs/lisp/textmodes/refill.el
diff -c emacs/lisp/textmodes/refill.el:1.19 emacs/lisp/textmodes/refill.el:1.20
*** emacs/lisp/textmodes/refill.el:1.19 Sun Jan 23 22:01:59 2005
--- emacs/lisp/textmodes/refill.el      Mon Apr  4 09:29:08 2005
***************
*** 221,227 ****
  When Refill mode is on, the current paragraph will be formatted when
  changes are made within it.  Self-inserting characters only cause
  refilling if they would cause auto-filling."
!   nil " Refill" '(("\177" . backward-delete-char-untabify))
    ;; Remove old state if necessary
    (when refill-ignorable-overlay
      (delete-overlay refill-ignorable-overlay)
--- 221,229 ----
  When Refill mode is on, the current paragraph will be formatted when
  changes are made within it.  Self-inserting characters only cause
  refilling if they would cause auto-filling."
!   :group 'refill
!   :lighter " Refill"
!   :keymap '(("\177" . backward-delete-char-untabify))
    ;; Remove old state if necessary
    (when refill-ignorable-overlay
      (delete-overlay refill-ignorable-overlay)




reply via email to

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