Mercurial > emacs
changeset 48415:3f0b3e6d23fb
(defgroup refill): New group.
author | Markus Rost <rost@math.uni-bielefeld.de> |
---|---|
date | Mon, 18 Nov 2002 06:06:43 +0000 |
parents | 3164fdcce2fe |
children | 42ee829ea43d |
files | lisp/textmodes/refill.el |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/refill.el Mon Nov 18 05:05:34 2002 +0000 +++ b/lisp/textmodes/refill.el Mon Nov 18 06:06:43 2002 +0000 @@ -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.")