Mercurial > emacs
changeset 45765:ac34fdd357db
(Info-mode): Don't set `font-lock-defaults'.
author | Colin Walters <walters@gnu.org> |
---|---|
date | Wed, 12 Jun 2002 04:55:21 +0000 |
parents | a758b446a4d9 |
children | 0283e01a73b2 |
files | lisp/info.el |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)