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 | |
| parent | 40e0410be9beac0360a0a6ae7f9391779268b734 (diff) | |
| download | emacs-95014d6265035d78e8ab6c18dcb7949f2b92d64c.tar.gz emacs-95014d6265035d78e8ab6c18dcb7949f2b92d64c.zip | |
(minibuffer-prompt): A better face definition for MS-DOS.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/faces.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f09abd60070..c800bc49080 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2002-01-12 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * faces.el (minibuffer-prompt): A better face definition for MS-DOS. | ||
| 4 | |||
| 1 | 2002-01-11 Richard M. Stallman <rms@gnu.org> | 5 | 2002-01-11 Richard M. Stallman <rms@gnu.org> |
| 2 | 6 | ||
| 3 | * startup.el (initial-scratch-message): Fix custom type, add group. | 7 | * startup.el (initial-scratch-message): Fix custom type, add group. |
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" |