diff options
author | Glenn Morris <rgm@gnu.org> | 2009-09-02 03:04:15 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-09-02 03:04:15 +0000 |
commit | 3d493bef43be9d2cc91152043103156d5717d33f (patch) | |
tree | 194c0c4c987d2a5dd2a72a9667f742f8490848bd /lisp/gnus/spam.el | |
parent | f6db4734d7e805dfff6006aa6f6aaa946451c0c3 (diff) | |
download | emacs-3d493bef43be9d2cc91152043103156d5717d33f.tar.gz |
Mark face aliases with "-face" in the name as obsolete.
Diffstat (limited to 'lisp/gnus/spam.el')
-rw-r--r-- | lisp/gnus/spam.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/gnus/spam.el b/lisp/gnus/spam.el index cc10bf7a775..2d2fafa3fdc 100644 --- a/lisp/gnus/spam.el +++ b/lisp/gnus/spam.el @@ -371,6 +371,7 @@ Only meaningful if you enable `spam-use-blackholes'." :group 'spam) ;; backward-compatibility alias (put 'spam-face 'face-alias 'spam) +(put 'spam-face 'obsolete-face "22.1") (defcustom spam-face 'spam "Face for spam-marked articles." |