aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorColin Walters2002-06-12 04:55:21 +0000
committerColin Walters2002-06-12 04:55:21 +0000
commit94a0f9e0638eac943966f8921d4fea96007bdf7d (patch)
tree0ef01a8b51a700aad2caa7590319c3f18cea9f8f /lisp
parent50d7dfd52f9c14c004bbd9c405fed007090faa31 (diff)
downloademacs-94a0f9e0638eac943966f8921d4fea96007bdf7d.tar.gz
emacs-94a0f9e0638eac943966f8921d4fea96007bdf7d.zip
(Info-mode): Don't set `font-lock-defaults'.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/info.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/info.el b/lisp/info.el
index 8d5ae4d3473..7aa29967842 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -2336,8 +2336,6 @@ Advanced commands:
2336 (setq local-abbrev-table text-mode-abbrev-table) 2336 (setq local-abbrev-table text-mode-abbrev-table)
2337 (setq case-fold-search t) 2337 (setq case-fold-search t)
2338 (setq buffer-read-only t) 2338 (setq buffer-read-only t)
2339 (set (make-local-variable 'font-lock-defaults)
2340 '(nil t nil nil nil (font-lock-core-only . t)))
2341 (make-local-variable 'Info-current-file) 2339 (make-local-variable 'Info-current-file)
2342 (make-local-variable 'Info-current-subfile) 2340 (make-local-variable 'Info-current-subfile)
2343 (make-local-variable 'Info-current-node) 2341 (make-local-variable 'Info-current-node)