aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2008-04-05 14:47:38 +0000
committerChong Yidong <[email protected]>2008-04-05 14:47:38 +0000
commit432409589726cd717f7bfa0f0e4de55698690928 (patch)
tree47d638b86d191fc581c88f99c9c37d2e57bf8836
parent5e220abb765a73e59d0eb1969d277172c0de077c (diff)
(custom-face-attributes): Handle roman slant.
-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 6f5b5c42d5..2e16492934 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"