summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-03-15 09:15:29 +0100
committerStefan Kangas <stefan@marxist.se>2021-03-15 09:15:29 +0100
commitb8b8890796e731180afb4f286addcda10263baf2 (patch)
tree851fe934da84cc1d08b0d4a4c13bb706357672bc
parent371fdd4f1be51b6a2babe21e3655e99401246c4c (diff)
downloademacs-b8b8890796e731180afb4f286addcda10263baf2.tar.gz
* lisp/textmodes/refill.el: Use lexical-binding.
-rw-r--r--lisp/textmodes/refill.el7
1 files changed, 1 insertions, 6 deletions
diff --git a/lisp/textmodes/refill.el b/lisp/textmodes/refill.el
index 8f4f3c5a231..83bd7b7ade7 100644
--- a/lisp/textmodes/refill.el
+++ b/lisp/textmodes/refill.el
@@ -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.
@@ -83,11 +83,6 @@
;;; 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.")