summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Rost <rost@math.uni-bielefeld.de>2002-11-18 06:06:43 +0000
committerMarkus Rost <rost@math.uni-bielefeld.de>2002-11-18 06:06:43 +0000
commite4caa91aba2cc47fdd253c92c6726aa492dd96ab (patch)
treef7c6308cf0cdae032f8bdb2a6752edf5b6ba73f1
parent0428b006a6ab264c7fdd8ad419947868112541d1 (diff)
downloademacs-e4caa91aba2cc47fdd253c92c6726aa492dd96ab.tar.gz
emacs-e4caa91aba2cc47fdd253c92c6726aa492dd96ab.tar.bz2
emacs-e4caa91aba2cc47fdd253c92c6726aa492dd96ab.zip
(defgroup refill): New group.
-rw-r--r--lisp/textmodes/refill.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/textmodes/refill.el b/lisp/textmodes/refill.el
index a6ca53b1182..ff31e62a548 100644
--- a/lisp/textmodes/refill.el
+++ b/lisp/textmodes/refill.el
@@ -84,6 +84,10 @@
;;; Code:
+(defgroup refill nil
+ "Refilling paragraphs on changes."
+ :group 'fill)
+
(defvar refill-ignorable-overlay nil
"Portion of the most recently filled paragraph not needing filling.
This is used to optimize refilling.")