(lisp-mode): Make

font-lock-keywords-case-fold-search a buffer-local variable
with make-local-variable before setting it.
This commit is contained in:
Gerd Moellmann 2001-05-15 11:52:10 +00:00
parent fa0b4c1479
commit 5408c14970

View 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))