Mercurial > emacs
changeset 61288:6363fa77031a
(refill-mode): Specify :group.
author | Lute Kamstra <lute@gnu.org> |
---|---|
date | Mon, 04 Apr 2005 09:29:08 +0000 |
parents | 3801e0f5830b |
children | 78b96a3ee117 |
files | lisp/textmodes/refill.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/refill.el Mon Apr 04 09:27:16 2005 +0000 +++ b/lisp/textmodes/refill.el Mon Apr 04 09:29:08 2005 +0000 @@ -221,7 +221,9 @@ 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)) + :group 'refill + :lighter " Refill" + :keymap '(("\177" . backward-delete-char-untabify)) ;; Remove old state if necessary (when refill-ignorable-overlay (delete-overlay refill-ignorable-overlay)