# HG changeset patch # User Chong Yidong # Date 1207406858 0 # Node ID 83e82d9ab2272ef27436363c1ea66a63598bd7a6 # Parent 71bb1b7b51856689d603cad6138b115174ddd836 (custom-face-attributes): Handle roman slant. diff -r 71bb1b7b5185 -r 83e82d9ab227 lisp/cus-face.el --- 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"