mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 13:57:36 +00:00
(defgroup refill): New group.
This commit is contained in:
parent
0428b006a6
commit
e4caa91aba
1 changed files with 4 additions and 0 deletions
|
|
@ -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 a new issue