From 57190f92af3ae4669e29152e75deb236316a14af Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 23 May 2002 03:39:20 +0000 Subject: [PATCH] (Info-mode-hook): Change `font-lock-mode' to `turn-on-font-lock'. --- lisp/info.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5