aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorDave Love2000-07-04 13:53:23 +0000
committerDave Love2000-07-04 13:53:23 +0000
commit8448245f09ac8cf338b7f02be8588415601a4cb1 (patch)
tree8c86eaeaf830dd6589269e1fe87ed60028b7439a /lisp
parent4954f4b07534cc59b68acc2ef4ace46e9f85934a (diff)
downloademacs-8448245f09ac8cf338b7f02be8588415601a4cb1.tar.gz
emacs-8448245f09ac8cf338b7f02be8588415601a4cb1.zip
(hl-line-overlay): Make it permanent-local.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/hl-line.el1
1 files changed, 1 insertions, 0 deletions
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 @@
58 58
59(defvar hl-line-overlay nil) 59(defvar hl-line-overlay nil)
60(make-variable-buffer-local 'hl-line-overlay) 60(make-variable-buffer-local 'hl-line-overlay)
61(put 'hl-line-overlay 'permanent-local t)
61 62
62(defun hl-line-highlight () 63(defun hl-line-highlight ()
63 "Active the Hl-Line overlay on the current line in the current window. 64 "Active the Hl-Line overlay on the current line in the current window.