From: Gerd Moellmann Date: Tue, 15 May 2001 11:52:10 +0000 (+0000) Subject: (lisp-mode): Make X-Git-Tag: emacs-pretest-21.0.104~498 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5408c14970ad8aed1501c81223f5ea375334dfaa;p=emacs.git (lisp-mode): Make font-lock-keywords-case-fold-search a buffer-local variable with make-local-variable before setting it. --- diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el index 3cf349b3b2b..111efc25932 100644 --- a/lisp/emacs-lisp/lisp-mode.el +++ b/lisp/emacs-lisp/lisp-mode.el @@ -271,6 +271,7 @@ or to switch back to an existing one. Entry to this mode calls the value of `lisp-mode-hook' if that value is non-nil." (lisp-mode-variables t) + (make-local-variable 'font-lock-keywords-case-fold-search) (setq font-lock-keywords-case-fold-search t) (setq imenu-case-fold-search t))