diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2008-11-03 02:52:45 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2008-11-03 02:52:45 +0000 |
commit | 67765e7129291d8b3e907a34a29c3ac37da33a84 (patch) | |
tree | 8ba076a19bc62fbd02c6c7522078ef20233471c5 /lisp/emacs-lisp | |
parent | de4ebfdbb2323c142092197109f6d236e330f08f (diff) | |
download | emacs-67765e7129291d8b3e907a34a29c3ac37da33a84.tar.gz emacs-67765e7129291d8b3e907a34a29c3ac37da33a84.tar.bz2 emacs-67765e7129291d8b3e907a34a29c3ac37da33a84.zip |
* emacs-lisp/lisp-mode.el (lisp-mode): Remove bogus change from
2000-12-08 (bug#1297) :-O
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/lisp-mode.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el index 33e8384d3bf..ff4b80eef1e 100644 --- a/lisp/emacs-lisp/lisp-mode.el +++ b/lisp/emacs-lisp/lisp-mode.el @@ -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)) |