(lisp-mode): Set

font-lock-keywords-case-fold-search.
This commit is contained in:
Dave Love 2000-12-08 12:14:26 +00:00
parent 842b2a948f
commit 01b9100905
2 changed files with 6 additions and 0 deletions

View file

@ -267,6 +267,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)
(setq font-lock-keywords-case-fold-search t)
(setq imenu-case-fold-search t))
;; This will do unless inf-lisp.el is loaded.