Mercurial > emacs
changeset 30034:f0e0228afe6e
(hl-line-overlay): Make it permanent-local.
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 04 Jul 2000 13:53:23 +0000 |
parents | 7750bb9c9550 |
children | cfe75bd98a52 |
files | lisp/hl-line.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/hl-line.el Tue Jul 04 13:06:30 2000 +0000 +++ b/lisp/hl-line.el Tue Jul 04 13:53:23 2000 +0000 @@ -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.