diff options
| author | Eli Zaretskii | 2002-01-10 09:40:57 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2002-01-10 09:40:57 +0000 |
| commit | 0e9f0c4419d4954378c5ec2c192c2c18cbc82c95 (patch) | |
| tree | f30fab16944531186ca163f9e6780c050528a78e | |
| parent | 18e1da99d917638a99d0634b90191bd2e01c746f (diff) | |
| download | emacs-0e9f0c4419d4954378c5ec2c192c2c18cbc82c95.tar.gz emacs-0e9f0c4419d4954378c5ec2c192c2c18cbc82c95.zip | |
(minibuffer-prompt): Special face definition for MS-DOS.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/faces.el | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e3124396d94..089536cca21 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * faces.el (minibuffer-prompt): Special face definition for MS-DOS. | ||
| 4 | |||
| 1 | 2002-01-09 Michael Kifer <kifer@cs.stonybrook.edu> | 5 | 2002-01-09 Michael Kifer <kifer@cs.stonybrook.edu> |
| 2 | 6 | ||
| 3 | * viper.el (viper-set-hooks): zap viper-unfriendly bindings in | 7 | * viper.el (viper-set-hooks): zap viper-unfriendly bindings in |
diff --git a/lisp/faces.el b/lisp/faces.el index c564202cab1..ae64aa9360a 100644 --- a/lisp/faces.el +++ b/lisp/faces.el | |||
| @@ -1769,6 +1769,7 @@ created." | |||
| 1769 | 1769 | ||
| 1770 | 1770 | ||
| 1771 | (defface minibuffer-prompt '((((background dark)) (:foreground "cyan")) | 1771 | (defface minibuffer-prompt '((((background dark)) (:foreground "cyan")) |
| 1772 | (((type pc)) (:foreground "white")) | ||
| 1772 | (t (:foreground "dark blue"))) | 1773 | (t (:foreground "dark blue"))) |
| 1773 | "Face for minibuffer prompts." | 1774 | "Face for minibuffer prompts." |
| 1774 | :version "21.3" | 1775 | :version "21.3" |