From 477ab0595fa0815437747a8b6383adffa118d761 Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Wed, 22 Jun 2022 18:06:49 -0400 Subject: [PATCH 2/7] ; whitespace: Delete unused `whitespace-font-lock-refontify' var --- lisp/whitespace.el | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lisp/whitespace.el b/lisp/whitespace.el index 98f21ce9a5..e598418709 100644 --- a/lisp/whitespace.el +++ b/lisp/whitespace.el @@ -1138,10 +1138,6 @@ whitespace-point (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 @@ whitespace-color-on (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) -- 2.36.1