diff lisp/comint/comint.el @ 136:b980b6286996 r20-2b2

Import from CVS: tag r20-2b2
author cvs
date Mon, 13 Aug 2007 09:31:12 +0200
parents 34a5b81f86ba
children 538048ae2ab8
line wrap: on
line diff
--- a/lisp/comint/comint.el	Mon Aug 13 09:30:13 2007 +0200
+++ b/lisp/comint/comint.el	Mon Aug 13 09:31:12 2007 +0200
@@ -371,14 +371,14 @@
   :type 'hook
   :group 'comint)
 
-(defcustom comint-exec-hook '()
+;; This is initialized by the various language environments, do not
+;; Custom-ize it.
+(defvar comint-exec-hook '()
   "Called each time a process is exec'd by `comint-exec'.
 This is called after the process is cranked up.  It is useful for things that
 must be done each time a process is executed in a comint mode buffer (e.g.,
 `(process-kill-without-query)').  In contrast, the `comint-mode-hook' is only
-executed once when the buffer is created."
-  :type 'hook
-  :group 'comint)
+executed once when the buffer is created.")
 
 (defvar comint-mode-map nil)