summaryrefslogtreecommitdiff
path: root/lisp/wid-edit.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/wid-edit.el')
-rw-r--r--lisp/wid-edit.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/wid-edit.el b/lisp/wid-edit.el
index ca6bd1dc3a4..6ef77a3bfd5 100644
--- a/lisp/wid-edit.el
+++ b/lisp/wid-edit.el
@@ -111,7 +111,7 @@ This exists as a variable so it can be set locally in certain buffers.")
"Face used for buttons in widgets.
This exists as a variable so it can be set locally in certain buffers.")
-(defface widget-button-face '((t (:bold t)))
+(defface widget-button-face '((t (:weight bold)))
"Face used for widget buttons."
:group 'widget-faces)
@@ -132,7 +132,7 @@ This exists as a variable so it can be set locally in certain buffers.")
(background dark))
(:background "dim gray"))
(t
- (:italic t)))
+ (:slant italic)))
"Face used for editable fields."
:group 'widget-faces)
@@ -145,7 +145,7 @@ This exists as a variable so it can be set locally in certain buffers.")
(background dark))
(:background "dim gray"))
(t
- (:italic t)))
+ (:slant italic)))
"Face used for editable fields spanning only a single line."
:group 'widget-faces)
@@ -433,7 +433,7 @@ new value.")
(background light))
(:foreground "dim gray"))
(t
- (:italic t)))
+ (:slant italic)))
"Face used for inactive widgets."
:group 'widget-faces)
@@ -850,7 +850,7 @@ Recommended as a parent keymap for modes using widgets.")
'((((class color))
(:foreground "red"))
(t
- (:bold t :underline t)))
+ (:weight bold :underline t)))
"Face used for pressed buttons."
:group 'widget-faces)