aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Rost2002-11-18 06:06:43 +0000
committerMarkus Rost2002-11-18 06:06:43 +0000
commite4caa91aba2cc47fdd253c92c6726aa492dd96ab (patch)
treef7c6308cf0cdae032f8bdb2a6752edf5b6ba73f1
parent0428b006a6ab264c7fdd8ad419947868112541d1 (diff)
downloademacs-e4caa91aba2cc47fdd253c92c6726aa492dd96ab.tar.gz
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 @@
84 84
85;;; Code: 85;;; Code:
86 86
87(defgroup refill nil
88 "Refilling paragraphs on changes."
89 :group 'fill)
90
87(defvar refill-ignorable-overlay nil 91(defvar refill-ignorable-overlay nil
88 "Portion of the most recently filled paragraph not needing filling. 92 "Portion of the most recently filled paragraph not needing filling.
89This is used to optimize refilling.") 93This is used to optimize refilling.")