]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 6f5b5c42d5a4dbde351cee8625aaf94275f5530a..2e164929347db1ab434842cbb5809d0b800987f4 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"