Mercurial > hg > xemacs-beta
diff lisp/comint/comint-xemacs.el @ 114:8619ce7e4c50 r20-1b9
Import from CVS: tag r20-1b9
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:21:54 +0200 |
parents | d620409f5eb8 |
children |
line wrap: on
line diff
--- a/lisp/comint/comint-xemacs.el Mon Aug 13 09:20:50 2007 +0200 +++ b/lisp/comint/comint-xemacs.el Mon Aug 13 09:21:54 2007 +0200 @@ -31,20 +31,20 @@ ;;; Code: +(defgroup comint nil + "General command interpreter in a window stuff." + :group 'processes) + (defface comint-input-face '((((class color) (background dark)) (:foreground "red")) (((class color) (background light)) (:foreground "blue")) - (((class mono)) - (:bold t)) - (((class grayscale)) - (:bold t)) (t (:bold t))) "How to display user input for comint shells." - :group 'comint-input-face) + :group 'comint)