(custom-face-attributes): Handle roman slant.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 5 Apr 2008 14:47:38 +0000 (14:47 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 5 Apr 2008 14:47:38 +0000 (14:47 +0000)
lisp/cus-face.el

index 6f5b5c4..2e16492 100644 (file)
             :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"