From f59a34152df56153531e41ae3739c3fd3d2402cb Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Thu, 26 Oct 2000 19:44:12 +0000 Subject: [PATCH] (gnus-signature-face): Use italics on all terminals that support it. --- lisp/gnus/gnus-art.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el index d9a32de5528..bba162588bb 100644 --- a/lisp/gnus/gnus-art.el +++ b/lisp/gnus/gnus-art.el @@ -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 -- 2.39.2