Mercurial > emacs
comparison lisp/emacs-lisp/lisp-mode.el @ 34366:bf44a3e27334
(lisp-mode): Set
font-lock-keywords-case-fold-search.
author | Dave Love <fx@gnu.org> |
---|---|
date | Fri, 08 Dec 2000 12:12:13 +0000 |
parents | 09da172d93be |
children | 139991123d49 |
comparison
equal
deleted
inserted
replaced
34365:4b5f1340bd03 | 34366:bf44a3e27334 |
---|---|
265 or to switch back to an existing one. | 265 or to switch back to an existing one. |
266 | 266 |
267 Entry to this mode calls the value of `lisp-mode-hook' | 267 Entry to this mode calls the value of `lisp-mode-hook' |
268 if that value is non-nil." | 268 if that value is non-nil." |
269 (lisp-mode-variables t) | 269 (lisp-mode-variables t) |
270 (setq font-lock-keywords-case-fold-search t) | |
270 (setq imenu-case-fold-search t)) | 271 (setq imenu-case-fold-search t)) |
271 | 272 |
272 ;; This will do unless inf-lisp.el is loaded. | 273 ;; This will do unless inf-lisp.el is loaded. |
273 (defun lisp-eval-defun (&optional and-go) | 274 (defun lisp-eval-defun (&optional and-go) |
274 "Send the current defun to the Lisp process made by \\[run-lisp]." | 275 "Send the current defun to the Lisp process made by \\[run-lisp]." |