diff options
| -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" |