emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/info.el


From: Colin Walters
Subject: [Emacs-diffs] Changes to emacs/lisp/info.el
Date: Sat, 08 Jun 2002 20:18:16 -0400

Index: emacs/lisp/info.el
diff -c emacs/lisp/info.el:1.303 emacs/lisp/info.el:1.304
*** emacs/lisp/info.el:1.303    Sat Jun  8 16:43:25 2002
--- emacs/lisp/info.el  Sat Jun  8 20:18:15 2002
***************
*** 2336,2341 ****
--- 2336,2343 ----
    (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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]