]> git.eshelyaron.com Git - emacs.git/commitdiff
(comint-highlight-prompt): Add :type.
authorMiles Bader <miles@gnu.org>
Sun, 29 Oct 2000 14:48:11 +0000 (14:48 +0000)
committerMiles Bader <miles@gnu.org>
Sun, 29 Oct 2000 14:48:11 +0000 (14:48 +0000)
lisp/comint.el

index d42a2ef0a8644a7bb0ddbf8b9fa747bb0204183e..8400530393d6239d43e2c0b59c0cfdc713f2b821 100644 (file)
@@ -218,6 +218,7 @@ The face used is `comint-highlight-input'."
 (defcustom comint-highlight-prompt t
   "*If non-nil, highlight program prompts.
 The face used is `comint-highlight-prompt'."
+  :type 'boolean
   :group 'comint)
 
 (defface comint-highlight-prompt