]> git.eshelyaron.com Git - emacs.git/commitdiff
; whitespace: Delete unused `whitespace-font-lock-refontify' var
authorRichard Hansen <rhansen@rhansen.org>
Wed, 22 Jun 2022 22:06:49 +0000 (18:06 -0400)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 11 Sep 2022 11:46:30 +0000 (13:46 +0200)
lisp/whitespace.el

index 41b0a34f9ea9c6973f52cb03fdf3ff1dfc8f1dea..1d28ae2e1ca72c3d215b815d96eba40f8ade89c8 100644 (file)
@@ -1138,10 +1138,6 @@ Used by function `whitespace-trailing-regexp' (which see).")
 (defvar-local whitespace-point--used nil
   "Region whose highlighting depends on `whitespace-point'.")
 
-(defvar whitespace-font-lock-refontify nil
-  "Used to save locally the font-lock refontify state.
-Used by function `whitespace-post-command-hook' (which see).")
-
 (defvar whitespace-bob-marker nil
   "Used to save locally the bob marker value.
 Used by function `whitespace-post-command-hook' (which see).")
@@ -2061,7 +2057,6 @@ resultant list will be returned."
     (setq whitespace-point--used
           (let ((ol (make-overlay (point) (point) nil nil t)))
             (delete-overlay ol) ol))
-    (setq-local whitespace-font-lock-refontify 0)
     (setq-local whitespace-bob-marker (point-min-marker))
     (setq-local whitespace-eob-marker (point-max-marker))
     (setq-local whitespace-buffer-changed nil)