From: Katsumi Yamaoka Date: Mon, 3 Dec 2012 22:08:37 +0000 (+0000) Subject: gnus-sync.el (gnus-sync-newsrc-offsets): Add :version X-Git-Tag: emacs-24.3.90~173^2~9^2~79 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9320b007d5518a4e1966e168286a3a3182e9e4d8;p=emacs.git gnus-sync.el (gnus-sync-newsrc-offsets): Add :version --- 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.