diff lisp/info.el @ 45478:eee4256b91ff

(Info-mode-hook): Change `font-lock-mode' to `turn-on-font-lock'.
author Colin Walters <walters@gnu.org>
date Thu, 23 May 2002 03:39:20 +0000
parents 7d835214e61e
children 5a8e504582e3
line wrap: on
line diff
--- a/lisp/info.el	Thu May 23 03:39:00 2002 +0000
+++ b/lisp/info.el	Thu May 23 03:39:20 2002 +0000
@@ -145,7 +145,7 @@
   :type 'boolean
   :group 'info)
 
-(defcustom Info-mode-hook '(font-lock-mode)
+(defcustom Info-mode-hook '(turn-on-font-lock)
   "Hooks run when `info-mode' is called."
   :type 'hook
   :group 'info)