From: Dave Love Date: Tue, 4 Jul 2000 13:53:23 +0000 (+0000) Subject: (hl-line-overlay): Make it permanent-local. X-Git-Tag: emacs-pretest-21.0.90~2990 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8448245f09ac8cf338b7f02be8588415601a4cb1;p=emacs.git (hl-line-overlay): Make it permanent-local. --- diff --git a/lisp/hl-line.el b/lisp/hl-line.el index 2e96bbb92b8..641f1fc931e 100644 --- a/lisp/hl-line.el +++ b/lisp/hl-line.el @@ -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.