aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes/refill.el
diff options
context:
space:
mode:
authorMarkus Rost <[email protected]>2002-11-18 06:06:43 +0000
committerMarkus Rost <[email protected]>2002-11-18 06:06:43 +0000
commite4caa91aba2cc47fdd253c92c6726aa492dd96ab (patch)
treef7c6308cf0cdae032f8bdb2a6752edf5b6ba73f1 /lisp/textmodes/refill.el
parent0428b006a6ab264c7fdd8ad419947868112541d1 (diff)
(defgroup refill): New group.
Diffstat (limited to 'lisp/textmodes/refill.el')
-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 a6ca53b118..ff31e62a54 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.")