# HG changeset patch # User Gerd Moellmann # Date 989927530 0 # Node ID 3584cfe3136a0c5df0f7565ffe621a33b3832218 # Parent c04e66e2c50c89cce39f890ebcc5fa6c67748200 (lisp-mode): Make font-lock-keywords-case-fold-search a buffer-local variable with make-local-variable before setting it. diff -r c04e66e2c50c -r 3584cfe3136a lisp/emacs-lisp/lisp-mode.el --- a/lisp/emacs-lisp/lisp-mode.el Tue May 15 11:08:46 2001 +0000 +++ b/lisp/emacs-lisp/lisp-mode.el Tue May 15 11:52:10 2001 +0000 @@ -271,6 +271,7 @@ 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))