diff lisp/gnus/gnus-art.el @ 32927:c0b62376988c

(gnus-signature-face): Use italics on all terminals that support it.
author Jason Rumney <jasonr@gnu.org>
date Thu, 26 Oct 2000 19:44:12 +0000
parents 88dc0e5a0061
children c8119677d63e
line wrap: on
line diff
--- a/lisp/gnus/gnus-art.el	Thu Oct 26 18:44:28 2000 +0000
+++ b/lisp/gnus/gnus-art.el	Thu Oct 26 19:44:12 2000 +0000
@@ -473,7 +473,7 @@
   :group 'gnus-article-signature)
 
 (defface gnus-signature-face
-  '((((type x))
+  '((t
      (:italic t)))
   "Face used for highlighting a signature in the article buffer."
   :group 'gnus-article-highlight