aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emulation
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2001-12-31 20:32:52 +0000
committerRichard M. Stallman <[email protected]>2001-12-31 20:32:52 +0000
commite31c1fd5e46e19e051c2e881303305616bcc1db9 (patch)
treec3d797aa1229d102f9e43721d53f49650434a163 /lisp/emulation
parentb5555381f2fd6872b028b4ef935e39f6f3f2bcc2 (diff)
(ps-font-lock-face-attributes): Use :weight and :slant.
Diffstat (limited to 'lisp/emulation')
-rw-r--r--lisp/emulation/viper-init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emulation/viper-init.el b/lisp/emulation/viper-init.el
index 8f0b99f297..babb508307 100644
--- a/lisp/emulation/viper-init.el
+++ b/lisp/emulation/viper-init.el
@@ -850,7 +850,7 @@ this variable represents.")
(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 @@ this variable represents.")
(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.