Mercurial > emacs
changeset 22445:49ed9656f1ed
(hs-minor-mode): Use `make-local-variable' not `make-variable-buffer-local'.
author | Thien-Thi Nguyen <ttn@gnuvola.org> |
---|---|
date | Fri, 12 Jun 1998 05:53:52 +0000 |
parents | 977318751daa |
children | 5988c3c973db |
files | lisp/progmodes/hideshow.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/hideshow.el Fri Jun 12 05:32:48 1998 +0000 +++ b/lisp/progmodes/hideshow.el Fri Jun 12 05:53:52 1998 +0000 @@ -793,7 +793,7 @@ ; (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)