]> git.eshelyaron.com Git - emacs.git/commitdiff
(Info-mode): Don't set `font-lock-defaults'.
authorColin Walters <walters@gnu.org>
Wed, 12 Jun 2002 04:55:21 +0000 (04:55 +0000)
committerColin Walters <walters@gnu.org>
Wed, 12 Jun 2002 04:55:21 +0000 (04:55 +0000)
lisp/info.el

index 8d5ae4d3473b89b8a90a5e76e602732bede2432c..7aa2996784211acfc6ce53577ac514cdb91e76c3 100644 (file)
@@ -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)