From: Colin Walters Date: Wed, 12 Jun 2002 04:55:21 +0000 (+0000) Subject: (Info-mode): Don't set `font-lock-defaults'. X-Git-Tag: ttn-vms-21-2-B4~14660 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=94a0f9e0638eac943966f8921d4fea96007bdf7d;p=emacs.git (Info-mode): Don't set `font-lock-defaults'. --- 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: (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)