# HG changeset patch # User Colin Walters # Date 1023581895 0 # Node ID 1ad70e69b4ba5c88aa7d8de4ef701f6cfd7a9825 # Parent 695ea9cce74ea171414de0b8f7291e2a3d3b893b (Info-mode): Do set `font-lock-defaults', and be sure to set `font-lock-core-only'. diff -r 695ea9cce74e -r 1ad70e69b4ba lisp/info.el --- a/lisp/info.el Sun Jun 09 00:17:17 2002 +0000 +++ b/lisp/info.el Sun Jun 09 00:18:15 2002 +0000 @@ -2336,6 +2336,8 @@ (setq local-abbrev-table text-mode-abbrev-table) (setq case-fold-search t) (setq buffer-read-only t) + (set (make-local-variable 'font-lock-defaults) + '(nil t nil nil nil (font-lock-core-only . t))) (make-local-variable 'Info-current-file) (make-local-variable 'Info-current-subfile) (make-local-variable 'Info-current-node)