emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/faces.el


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/faces.el
Date: Tue, 23 Aug 2005 17:00:46 -0400

Index: emacs/lisp/faces.el
diff -c emacs/lisp/faces.el:1.334 emacs/lisp/faces.el:1.335
*** emacs/lisp/faces.el:1.334   Mon Aug 22 19:53:05 2005
--- emacs/lisp/faces.el Tue Aug 23 21:00:46 2005
***************
*** 1951,1963 ****
    :group 'basic-faces)
  
  
! (defface minibuffer-prompt '((((background dark)) :foreground "cyan")
!                            ;; Don't use blue because many users of
!                            ;; the MS-DOS port customize their
!                            ;; foreground color to be blue.
!                            (((type pc)) :foreground "magenta")
!                            (t :foreground "dark blue"))
!   "Face for minibuffer prompts."
    :version "22.1"
    :group 'basic-faces)
  
--- 1951,1966 ----
    :group 'basic-faces)
  
  
! (defface minibuffer-prompt
!   '((((background dark)) :foreground "cyan")
!     ;; Don't use blue because many users of the MS-DOS port customize
!     ;; their foreground color to be blue.
!     (((type pc)) :foreground "magenta")
!     (t :foreground "dark blue"))
!   "Face for minibuffer prompts.
! By default, Emacs automatically adds this face to the value of
! `minibuffer-prompt-properties', which is a list of text properties
! used to display the prompt text."
    :version "22.1"
    :group 'basic-faces)
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]