diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2008-04-05 14:47:38 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2008-04-05 14:47:38 +0000 |
commit | 432409589726cd717f7bfa0f0e4de55698690928 (patch) | |
tree | 47d638b86d191fc581c88f99c9c37d2e57bf8836 /lisp/cus-face.el | |
parent | 5e220abb765a73e59d0eb1969d277172c0de077c (diff) | |
download | emacs-432409589726cd717f7bfa0f0e4de55698690928.tar.gz |
(custom-face-attributes): Handle roman slant.
Diffstat (limited to 'lisp/cus-face.el')
-rw-r--r-- | lisp/cus-face.el | 3 |
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" |