(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:
parent
fa0b4c1479
commit
5408c14970
1 changed files with 1 additions and 0 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue