emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/highlight-parentheses 829cc57 07/49: Kill correct local va


From: ELPA Syncer
Subject: [nongnu] elpa/highlight-parentheses 829cc57 07/49: Kill correct local variable.
Date: Sun, 15 Aug 2021 03:57:43 -0400 (EDT)

branch: elpa/highlight-parentheses
commit 829cc579de01622453080353e0dfbe6bc37613db
Author: Nikolaj Schumacher <git@nschum.de>
Commit: Nikolaj Schumacher <git@nschum.de>

    Kill correct local variable.
---
 highlight-parentheses.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/highlight-parentheses.el b/highlight-parentheses.el
index 8df50ab..112d0ec 100644
--- a/highlight-parentheses.el
+++ b/highlight-parentheses.el
@@ -120,7 +120,7 @@ This is used to prevent analyzing the same context over and 
over.")
         (add-hook 'post-command-hook 'hl-paren-highlight nil t))
     (mapc 'delete-overlay hl-paren-overlays)
     (kill-local-variable 'hl-paren-overlays)
-    (kill-local-variable 'hl-paren-point)
+    (kill-local-variable 'hl-paren-last-point)
     (remove-hook 'post-command-hook 'hl-paren-highlight t)))
 
 ;;; overlays 
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]