From 28f0c4f2759e17e956219289690d26245dc26d59 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Fri, 12 Jun 1998 05:53:52 +0000 Subject: [PATCH] (hs-minor-mode): Use `make-local-variable' not `make-variable-buffer-local'. --- lisp/progmodes/hideshow.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/hideshow.el b/lisp/progmodes/hideshow.el index a8f323e1dd5..a94672ac7bc 100644 --- a/lisp/progmodes/hideshow.el +++ b/lisp/progmodes/hideshow.el @@ -793,7 +793,7 @@ Key bindings: ; (progn ; (set-buffer-menubar (copy-sequence current-menubar)) ; (add-menu nil (car hs-menu-bar) (cdr hs-menu-bar)))) - (make-variable-buffer-local 'line-move-ignore-invisible) + (make-local-variable 'line-move-ignore-invisible) (setq line-move-ignore-invisible t) (add-to-invisibility-spec '(hs . t)) ;;hs invisible (hs-grok-mode-type) -- 2.39.2