Kill correct local variable.

master
Nikolaj Schumacher 17 years ago
parent 4d1a1cbdcc
commit 829cc579de
  1. 2
      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 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

Loading…
Cancel
Save