summaryrefslogtreecommitdiff
path: root/lisp/cus-face.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2008-04-05 14:47:38 +0000
committerChong Yidong <cyd@stupidchicken.com>2008-04-05 14:47:38 +0000
commit432409589726cd717f7bfa0f0e4de55698690928 (patch)
tree47d638b86d191fc581c88f99c9c37d2e57bf8836 /lisp/cus-face.el
parent5e220abb765a73e59d0eb1969d277172c0de077c (diff)
downloademacs-432409589726cd717f7bfa0f0e4de55698690928.tar.gz
(custom-face-attributes): Handle roman slant.
Diffstat (limited to 'lisp/cus-face.el')
-rw-r--r--lisp/cus-face.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/cus-face.el b/lisp/cus-face.el
index 6f5b5c42d5a..2e164929347 100644
--- a/lisp/cus-face.el
+++ b/lisp/cus-face.el
@@ -120,7 +120,8 @@
:value normal ; default
(const :tag "italic" italic)
(const :tag "oblique" oblique)
- (const :tag "normal" normal)))
+ (const :tag "normal" normal)
+ (const :tag "roman" roman)))
(:underline
(choice :tag "Underline"