diff options
| author | Eli Zaretskii | 2002-01-12 12:18:11 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2002-01-12 12:18:11 +0000 |
| commit | 95014d6265035d78e8ab6c18dcb7949f2b92d64c (patch) | |
| tree | 83a439fdcdbd8af2e501c8f554923a6e54fec9f3 /lisp/faces.el | |
| parent | 40e0410be9beac0360a0a6ae7f9391779268b734 (diff) | |
| download | emacs-95014d6265035d78e8ab6c18dcb7949f2b92d64c.tar.gz emacs-95014d6265035d78e8ab6c18dcb7949f2b92d64c.zip | |
(minibuffer-prompt): A better face definition for MS-DOS.
Diffstat (limited to 'lisp/faces.el')
| -rw-r--r-- | lisp/faces.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/faces.el b/lisp/faces.el index ae64aa9360a..1ceaf264285 100644 --- a/lisp/faces.el +++ b/lisp/faces.el | |||
| @@ -1769,7 +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 | (((type pc)) (:foreground "magenta")) |
| 1773 | (t (:foreground "dark blue"))) | 1773 | (t (:foreground "dark blue"))) |
| 1774 | "Face for minibuffer prompts." | 1774 | "Face for minibuffer prompts." |
| 1775 | :version "21.3" | 1775 | :version "21.3" |