]> git.eshelyaron.com Git - emacs.git/commitdiff
(hl-line-overlay): Make it permanent-local.
authorDave Love <fx@gnu.org>
Tue, 4 Jul 2000 13:53:23 +0000 (13:53 +0000)
committerDave Love <fx@gnu.org>
Tue, 4 Jul 2000 13:53:23 +0000 (13:53 +0000)
lisp/hl-line.el

index 2e96bbb92b89d15e0494161ef2372f2301ad92d0..641f1fc931ee9a8e533b8df86d6afac8f59e61a4 100644 (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.