diff lisp/emulation/viper-init.el @ 42452:0cfd64a10789

(ps-font-lock-face-attributes): Use :weight and :slant.
author Richard M. Stallman <rms@gnu.org>
date Mon, 31 Dec 2001 20:32:52 +0000
parents 8dccf2552307
children 633233bf2bbf
line wrap: on
line diff
--- a/lisp/emulation/viper-init.el	Mon Dec 31 20:22:27 2001 +0000
+++ b/lisp/emulation/viper-init.el	Mon Dec 31 20:32:52 2001 +0000
@@ -850,7 +850,7 @@
 
 (defface viper-minibuffer-emacs-face
   '((((class color)) (:foreground "Black" :background "darkseagreen2"))
-    (t (:bold t)))
+    (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,7 +864,7 @@
 
 (defface viper-minibuffer-insert-face
   '((((class color)) (:foreground "Black" :background "pink"))
-    (t (:italic t)))
+    (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.