]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/textmodes/refill.el: Use lexical-binding.
authorStefan Kangas <stefan@marxist.se>
Mon, 15 Mar 2021 08:15:29 +0000 (09:15 +0100)
committerStefan Kangas <stefan@marxist.se>
Mon, 15 Mar 2021 08:15:29 +0000 (09:15 +0100)
lisp/textmodes/refill.el

index 8f4f3c5a231d97bb33a29950b48644c7459492ab..83bd7b7ade7c0c535bb55e4cd8c70862044f53bc 100644 (file)
@@ -1,4 +1,4 @@
-;;; refill.el --- `auto-fill' by refilling paragraphs on changes
+;;; refill.el --- `auto-fill' by refilling paragraphs on changes  -*- lexical-binding: t -*-
 
 ;; Copyright (C) 2000-2021 Free Software Foundation, Inc.
 
 
 ;;; Code:
 
-;; Unused.
-;;; (defgroup refill nil
-;;;   "Refilling paragraphs on changes."
-;;;   :group 'fill)
-
 (defvar-local refill-ignorable-overlay nil
   "Portion of the most recently filled paragraph not needing filling.
 This is used to optimize refilling.")