From: Luc Teirlinck Date: Thu, 9 Jun 2005 21:16:40 +0000 (+0000) Subject: (comint-mode-hook): Do not enable Font Lock by default. X-Git-Tag: emacs-pretest-22.0.90~9169 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6c649b5f4fdb87747f6c870b37c2dda83e75f892;p=emacs.git (comint-mode-hook): Do not enable Font Lock by default. --- diff --git a/lisp/comint.el b/lisp/comint.el index 0158aa5a2df..c3bdd5581bc 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -423,7 +423,7 @@ field boundaries in a natural way)." (make-obsolete-variable 'comint-use-prompt-regexp-instead-of-fields 'comint-use-prompt-regexp "22.1") -(defcustom comint-mode-hook '(turn-on-font-lock) +(defcustom comint-mode-hook nil "Hook run upon entry to `comint-mode'. This is run before the process is cranked up." :type 'hook