From 3c7374ea024a05df1d19282819d6435ad1f90bd2 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Wed, 7 Jan 2004 09:28:58 +0000 Subject: [PATCH] Uncomment :version in defcustom forms. --- lisp/gnus-art.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el index e095ef5..b5419f7 100644 --- a/lisp/gnus-art.el +++ b/lisp/gnus-art.el @@ -304,7 +304,7 @@ asynchronously. The compressed face will be piped to this command." '(function-item x-face-mule-gnus-article-display-x-face)) 'function)))) - ;;:version "21.1" + :version "21.1" :group 'gnus-picon :group 'gnus-article-washing) @@ -1232,7 +1232,7 @@ Valid values are nil, t, `head', `last', an integer or a predicate. See Info node `(gnus)Customizing Articles' and Info node `(gnus)X-Face' for details." :group 'gnus-article-treat - ;;:version "21.1" + :version "21.1" :link '(custom-manual "(gnus)Customizing Articles") :link '(custom-manual "(gnus)X-Face") :type gnus-article-treat-head-custom @@ -1318,7 +1318,7 @@ Valid values are nil, t, `head', `last', an integer or a predicate. See Info node `(gnus)Customizing Articles' and Info node `(gnus)Smileys' for details." :group 'gnus-article-treat - ;;:version "21.1" + :version "21.1" :link '(custom-manual "(gnus)Customizing Articles") :link '(custom-manual "(gnus)Smileys") :type gnus-article-treat-custom) -- 1.7.10.4