emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/emulation/viper-init.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/emulation/viper-init.el
Date: Mon, 31 Dec 2001 15:32:52 -0500

Index: emacs/lisp/emulation/viper-init.el
diff -c emacs/lisp/emulation/viper-init.el:1.23 
emacs/lisp/emulation/viper-init.el:1.24
*** emacs/lisp/emulation/viper-init.el:1.23     Sun Sep  9 18:33:38 2001
--- emacs/lisp/emulation/viper-init.el  Mon Dec 31 15:32:52 2001
***************
*** 850,856 ****
  
  (defface viper-minibuffer-emacs-face
    '((((class color)) (:foreground "Black" :background "darkseagreen2"))
!     (t (:bold t)))
    "Face used in the Minibuffer when it is in Emacs state."
    :group 'viper-highlighting)
  ;; An internal variable.  Viper takes the face from here.
--- 850,856 ----
  
  (defface viper-minibuffer-emacs-face
    '((((class color)) (:foreground "Black" :background "darkseagreen2"))
!     (t (:weight bold)))
    "Face used in the Minibuffer when it is in Emacs state."
    :group 'viper-highlighting)
  ;; An internal variable.  Viper takes the face from here.
***************
*** 864,870 ****
  
  (defface viper-minibuffer-insert-face
    '((((class color)) (:foreground "Black" :background "pink"))
!     (t (:italic t)))
    "Face used in the Minibuffer when it is in Insert state."
    :group 'viper-highlighting)
  ;; An internal variable.  Viper takes the face from here.
--- 864,870 ----
  
  (defface viper-minibuffer-insert-face
    '((((class color)) (:foreground "Black" :background "pink"))
!     (t (:slant italic)))
    "Face used in the Minibuffer when it is in Insert state."
    :group 'viper-highlighting)
  ;; An internal variable.  Viper takes the face from here.



reply via email to

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