1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

* emacs-lisp/lisp-mode.el (lisp-mode): Remove bogus change from

2000-12-08 (bug#1297) :-O
This commit is contained in:
Chong Yidong 2008-11-03 02:52:45 +00:00
parent de4ebfdbb2
commit 67765e7129

View file

@ -468,8 +468,6 @@ if that value is non-nil."
(make-local-variable 'comment-start-skip)
(setq comment-start-skip
"\\(\\(^\\|[^\\\\\n]\\)\\(\\\\\\\\\\)*\\)\\(;+\\|#|\\) *")
(make-local-variable 'font-lock-keywords-case-fold-search)
(setq font-lock-keywords-case-fold-search t)
(setq imenu-case-fold-search t)
(set-syntax-table lisp-mode-syntax-table)
(run-mode-hooks 'lisp-mode-hook))