]> git.eshelyaron.com Git - emacs.git/commitdiff
(Info-mode-hook): Change `font-lock-mode' to `turn-on-font-lock'.
authorColin Walters <walters@gnu.org>
Thu, 23 May 2002 03:39:20 +0000 (03:39 +0000)
committerColin Walters <walters@gnu.org>
Thu, 23 May 2002 03:39:20 +0000 (03:39 +0000)
lisp/info.el

index f81e53690d42f10528229a76d84f62900dd3ffa9..4711346e83604c49d888b6e3f05569714e9012e3 100644 (file)
@@ -145,7 +145,7 @@ when you hit the end of the current node."
   :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)