/[emacs]/emacs/lisp/textmodes/refill.el
ViewVC logotype

Diff of /emacs/lisp/textmodes/refill.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.19 by monnier, Sun Jan 23 22:01:59 2005 UTC revision 1.20 by lute, Mon Apr 4 09:29:08 2005 UTC
# Line 221  With prefix arg, turn Refill mode on iff Line 221  With prefix arg, turn Refill mode on iff
221  When Refill mode is on, the current paragraph will be formatted when  When Refill mode is on, the current paragraph will be formatted when
222  changes are made within it.  Self-inserting characters only cause  changes are made within it.  Self-inserting characters only cause
223  refilling if they would cause auto-filling."  refilling if they would cause auto-filling."
224    nil " Refill" '(("\177" . backward-delete-char-untabify))    :group 'refill
225      :lighter " Refill"
226      :keymap '(("\177" . backward-delete-char-untabify))
227    ;; Remove old state if necessary    ;; Remove old state if necessary
228    (when refill-ignorable-overlay    (when refill-ignorable-overlay
229      (delete-overlay refill-ignorable-overlay)      (delete-overlay refill-ignorable-overlay)

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26