aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-04-05 14:47:38 +0000
committerChong Yidong2008-04-05 14:47:38 +0000
commit432409589726cd717f7bfa0f0e4de55698690928 (patch)
tree47d638b86d191fc581c88f99c9c37d2e57bf8836
parent5e220abb765a73e59d0eb1969d277172c0de077c (diff)
downloademacs-432409589726cd717f7bfa0f0e4de55698690928.tar.gz
emacs-432409589726cd717f7bfa0f0e4de55698690928.zip
(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 6f5b5c42d5a..2e164929347 100644
--- a/lisp/cus-face.el
+++ b/lisp/cus-face.el
@@ -120,7 +120,8 @@
120 :value normal ; default 120 :value normal ; default
121 (const :tag "italic" italic) 121 (const :tag "italic" italic)
122 (const :tag "oblique" oblique) 122 (const :tag "oblique" oblique)
123 (const :tag "normal" normal))) 123 (const :tag "normal" normal)
124 (const :tag "roman" roman)))
124 125
125 (:underline 126 (:underline
126 (choice :tag "Underline" 127 (choice :tag "Underline"