]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus/gnus-sync.el
Add missing :version tags
[gnu-emacs] / lisp / gnus / gnus-sync.el
index ca8662ff9361a153a311a54d4f861eb35e838589..b5f8379e3679cc6902585bc9284b0bda1d7bcd55 100644 (file)
@@ -134,11 +134,13 @@ and `gnus-topic-alist'.  Also see `gnus-variable-list'."
 (defcustom gnus-sync-lesync-name (system-name)
   "The LeSync name for this machine."
   :group 'gnus-sync
+  :version "24.3"
   :type 'string)
 
-(defcustom  gnus-sync-lesync-install-topics 'ask
+(defcustom gnus-sync-lesync-install-topics 'ask
   "Should LeSync install the recorded topics?"
   :group 'gnus-sync
+  :version "24.3"
   :type '(choice (const :tag "Never Install" nil)
                  (const :tag "Always Install" t)
                  (const :tag "Ask Me Once" ask)))