From: Colin Walters Date: Thu, 23 May 2002 03:39:20 +0000 (+0000) Subject: (Info-mode-hook): Change `font-lock-mode' to `turn-on-font-lock'. X-Git-Tag: ttn-vms-21-2-B4~14908 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=57190f92af3ae4669e29152e75deb236316a14af;p=emacs.git (Info-mode-hook): Change `font-lock-mode' to `turn-on-font-lock'. --- diff --git a/lisp/info.el b/lisp/info.el index f81e53690d4..4711346e836 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -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)