aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Walters2002-06-09 00:18:15 +0000
committerColin Walters2002-06-09 00:18:15 +0000
commit4d1b2f822a9ea3b1866f7410b6c45a20dfddb36c (patch)
treeb61a413f0f3ed14cb0bf5ec96cae31776684555f
parentf53f6a1e0c4162205725131bc15f3dcfecd41bb3 (diff)
downloademacs-4d1b2f822a9ea3b1866f7410b6c45a20dfddb36c.tar.gz
emacs-4d1b2f822a9ea3b1866f7410b6c45a20dfddb36c.zip
(Info-mode): Do set `font-lock-defaults', and be sure to set
`font-lock-core-only'.
-rw-r--r--lisp/info.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/info.el b/lisp/info.el
index 7aa29967842..8d5ae4d3473 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -2336,6 +2336,8 @@ 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)))
2339 (make-local-variable 'Info-current-file) 2341 (make-local-variable 'Info-current-file)
2340 (make-local-variable 'Info-current-subfile) 2342 (make-local-variable 'Info-current-subfile)
2341 (make-local-variable 'Info-current-node) 2343 (make-local-variable 'Info-current-node)