# HG changeset patch # User Miles Bader # Date 972830891 0 # Node ID ab1061464a32478efd487b0cc717c6514aa7d6da # Parent 4c98dfd09341803fe34fcfdde9cb1cd45e971636 (comint-highlight-prompt): Add :type. diff -r 4c98dfd09341 -r ab1061464a32 lisp/comint.el --- a/lisp/comint.el Sun Oct 29 05:46:42 2000 +0000 +++ b/lisp/comint.el Sun Oct 29 14:48:11 2000 +0000 @@ -218,6 +218,7 @@ (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