Mercurial > hg > xemacs-beta
comparison lisp/comint/comint-xemacs.el @ 38:1a767b41a199 r19-15b102
Import from CVS: tag r19-15b102
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:54:01 +0200 |
parents | c53a95d3c46d |
children |
comparison
equal
deleted
inserted
replaced
37:ad40ac360d14 | 38:1a767b41a199 |
---|---|
29 ;; Declare customizable faces for comint outside the main code so it can | 29 ;; Declare customizable faces for comint outside the main code so it can |
30 ;; be dumped with XEmacs. | 30 ;; be dumped with XEmacs. |
31 | 31 |
32 ;;; Code: | 32 ;;; Code: |
33 | 33 |
34 (defgroup 'comint nil | 34 (defgroup comint nil |
35 "General command interpreter in a window stuff." | 35 "General command interpreter in a window stuff." |
36 :group 'processes) | 36 :group 'processes) |
37 | 37 |
38 (defface comint-input-face '((((class color) | 38 (defface comint-input-face '((((class color) |
39 (background dark)) | 39 (background dark)) |