Mercurial > emacs
changeset 35759:952c61f346ff
(gnus-article-x-face-command)
(gnus-treat-display-xface, gnus-treat-display-smileys): Add
:version.
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 31 Jan 2001 11:56:26 +0000 |
parents | aa069bbee4c8 |
children | f5196158c1c0 |
files | lisp/gnus/gnus-art.el |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gnus/gnus-art.el Wed Jan 31 08:53:56 2001 +0000 +++ b/lisp/gnus/gnus-art.el Wed Jan 31 11:56:26 2001 +0000 @@ -215,6 +215,7 @@ :type '(choice string (function-item gnus-article-display-xface) function) + :version "21.1" :group 'gnus-article-washing) (defcustom gnus-article-x-face-too-ugly nil @@ -929,6 +930,7 @@ Valid values are nil, t, `head', `last', an integer or a predicate. See the manual for details." :group 'gnus-article-treat + :version "21.1" :type gnus-article-treat-head-custom) (put 'gnus-treat-display-xface 'highlight t) @@ -942,6 +944,7 @@ Valid values are nil, t, `head', `last', an integer or a predicate. See the manual for details." :group 'gnus-article-treat + :version "21.1" :type gnus-article-treat-custom) (put 'gnus-treat-display-smileys 'highlight t)