# HG changeset patch # User Colin Walters # Date 1023857721 0 # Node ID ac34fdd357dbb69f275b0801ba2f1366ad31f8af # Parent a758b446a4d9b262976817924d7ca88e3a04ea6f (Info-mode): Don't set `font-lock-defaults'. diff -r a758b446a4d9 -r ac34fdd357db lisp/info.el --- a/lisp/info.el Wed Jun 12 04:55:05 2002 +0000 +++ b/lisp/info.el Wed Jun 12 04:55:21 2002 +0000 @@ -2336,8 +2336,6 @@ (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)