]> code.delx.au - gnu-emacs/commitdiff
gnus-sync.el (gnus-sync-newsrc-offsets): Add :version
authorKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 3 Dec 2012 22:08:37 +0000 (22:08 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 3 Dec 2012 22:08:37 +0000 (22:08 +0000)
lisp/gnus/gnus-sync.el

index c235892a9d3510ac0734033eb5f3075f9ce06a70..493025cbe1df7bf98eebfbafdae6a10f4fac6bf9 100644 (file)
@@ -112,8 +112,9 @@ this setting is harmless until the user chooses a sync backend."
 (defcustom gnus-sync-newsrc-offsets '(2 3)
   "List of per-group data to be synchronized."
   :group 'gnus-sync
+  :version "24.4"
   :type '(set (const :tag "Read ranges" 2)
-              (const :tag "Marks" 3)))
+             (const :tag "Marks" 3)))
 
 (defcustom gnus-sync-global-vars nil
   "List of global variables to be synchronized.