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:
parent
0428b006a6
commit
e4caa91aba
@ -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.")
|
||||
|
Loading…
Reference in New Issue
Block a user