1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

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