]> git.eshelyaron.com Git - emacs.git/commitdiff
(gnus-signature-face): Use italics on all terminals that support it.
authorJason Rumney <jasonr@gnu.org>
Thu, 26 Oct 2000 19:44:12 +0000 (19:44 +0000)
committerJason Rumney <jasonr@gnu.org>
Thu, 26 Oct 2000 19:44:12 +0000 (19:44 +0000)
lisp/gnus/gnus-art.el

index d9a32de5528c8a765515dac9bc3ed75e6b834de4..bba162588bb2ba4ba55f7d45f734f5c076b5ebf0 100644 (file)
@@ -473,7 +473,7 @@ Obsolete; use the face `gnus-signature-face' for customizations instead."
   :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