Mercurial > emacs
changeset 37739:3584cfe3136a
(lisp-mode): Make
font-lock-keywords-case-fold-search a buffer-local variable
with make-local-variable before setting it.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 15 May 2001 11:52:10 +0000 |
parents | c04e66e2c50c |
children | d0ece64f6964 |
files | lisp/emacs-lisp/lisp-mode.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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))