From 9320b007d5518a4e1966e168286a3a3182e9e4d8 Mon Sep 17 00:00:00 2001 From: Katsumi Yamaoka Date: Mon, 3 Dec 2012 22:08:37 +0000 Subject: [PATCH] gnus-sync.el (gnus-sync-newsrc-offsets): Add :version --- lisp/gnus/gnus-sync.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/gnus/gnus-sync.el b/lisp/gnus/gnus-sync.el index c235892a9d3..493025cbe1d 100644 --- a/lisp/gnus/gnus-sync.el +++ b/lisp/gnus/gnus-sync.el @@ -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. -- 2.39.5