]> git.eshelyaron.com Git - emacs.git/commitdiff
(defgroup refill): New group.
authorMarkus Rost <rost@math.uni-bielefeld.de>
Mon, 18 Nov 2002 06:06:43 +0000 (06:06 +0000)
committerMarkus Rost <rost@math.uni-bielefeld.de>
Mon, 18 Nov 2002 06:06:43 +0000 (06:06 +0000)
lisp/textmodes/refill.el

index a6ca53b1182df82176a2f86c75286b6c5ece9352..ff31e62a5483d73c541664725230a02419ee6dd7 100644 (file)
 
 ;;; 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.")