(hl-line-overlay): Make it permanent-local.

This commit is contained in:
Dave Love 2000-07-04 13:53:23 +00:00
parent 4954f4b075
commit 8448245f09

View file

@ -58,6 +58,7 @@
(defvar hl-line-overlay nil)
(make-variable-buffer-local 'hl-line-overlay)
(put 'hl-line-overlay 'permanent-local t)
(defun hl-line-highlight ()
"Active the Hl-Line overlay on the current line in the current window.