mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
(hs-minor-mode): Use make-local-variable.
This commit is contained in:
parent
a7e34f7948
commit
3f3960a544
1 changed files with 1 additions and 2 deletions
|
|
@ -836,8 +836,7 @@ Key bindings:
|
|||
(progn
|
||||
(hs-grok-mode-type)
|
||||
(easy-menu-add hs-minor-mode-menu)
|
||||
(make-variable-buffer-local 'line-move-ignore-invisible)
|
||||
(setq line-move-ignore-invisible t)
|
||||
(set (make-local-variable 'line-move-ignore-invisible) t)
|
||||
(add-to-invisibility-spec '(hs . t)))
|
||||
(easy-menu-remove hs-minor-mode-menu)
|
||||
(remove-from-invisibility-spec '(hs . t)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue