(defgroup refill): New group.

This commit is contained in:
Markus Rost 2002-11-18 06:06:43 +00:00
parent 0428b006a6
commit e4caa91aba

View file

@ -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.")