changeset 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 756edd811cd5
children 859adc7ac97d
files lisp/gnus/gnus-art.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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