diff options
| -rw-r--r-- | lisp/cus-face.el | 3 |
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" |