changeset 63172:14e29b4d395f

(comint-mode-hook): Do not enable Font Lock by default.
author Luc Teirlinck <teirllm@auburn.edu>
date Thu, 09 Jun 2005 21:16:40 +0000
parents 59d16dccffc5
children 66bf26afd9c6
files lisp/comint.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/comint.el	Thu Jun 09 21:15:02 2005 +0000
+++ b/lisp/comint.el	Thu Jun 09 21:16:40 2005 +0000
@@ -423,7 +423,7 @@
 (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