]> git.eshelyaron.com Git - emacs.git/commitdiff
(lisp-mode): Make
authorGerd Moellmann <gerd@gnu.org>
Tue, 15 May 2001 11:52:10 +0000 (11:52 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 15 May 2001 11:52:10 +0000 (11:52 +0000)
font-lock-keywords-case-fold-search a buffer-local variable
with make-local-variable before setting it.

lisp/emacs-lisp/lisp-mode.el

index 3cf349b3b2b4a454f63f03d7204b80ea7de9c93c..111efc259320936db29be5f3b85572dcf9823b59 100644 (file)
@@ -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))