changeset 93696:83e82d9ab227

(custom-face-attributes): Handle roman slant.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 05 Apr 2008 14:47:38 +0000
parents 71bb1b7b5185
children 513fb6886f41
files lisp/cus-face.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/cus-face.el	Sat Apr 05 14:46:56 2008 +0000
+++ b/lisp/cus-face.el	Sat Apr 05 14:47:38 2008 +0000
@@ -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"