summaryrefslogtreecommitdiff
path: root/lisp/comint.el
diff options
context:
space:
mode:
authorLuc Teirlinck <teirllm@auburn.edu>2005-06-09 21:16:40 +0000
committerLuc Teirlinck <teirllm@auburn.edu>2005-06-09 21:16:40 +0000
commit6c649b5f4fdb87747f6c870b37c2dda83e75f892 (patch)
tree8d1b5758eda4b61e8260084cb092a10b74818fa8 /lisp/comint.el
parent3c28ffec7c52b80cb5975079a33099ed470fb12c (diff)
downloademacs-6c649b5f4fdb87747f6c870b37c2dda83e75f892.tar.gz
(comint-mode-hook): Do not enable Font Lock by default.
Diffstat (limited to 'lisp/comint.el')
-rw-r--r--lisp/comint.el2
1 files changed, 1 insertions, 1 deletions
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