From: yamaoka Date: Wed, 7 Jan 2004 09:28:58 +0000 (+0000) Subject: Uncomment :version in defcustom forms. X-Git-Tag: t-gnus-6_17_4-quimby-~1153 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=3c7374ea024a05df1d19282819d6435ad1f90bd2;p=elisp%2Fgnus.git- Uncomment :version in defcustom forms. --- 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)