mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-21 13:31:37 -07:00
* lisp/textmodes/refill.el: Use lexical-binding.
This commit is contained in:
parent
371fdd4f1b
commit
b8b8890796
1 changed files with 1 additions and 6 deletions
|
|
@ -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.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue