aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKatsumi Yamaoka2012-12-03 22:08:37 +0000
committerKatsumi Yamaoka2012-12-03 22:08:37 +0000
commit9320b007d5518a4e1966e168286a3a3182e9e4d8 (patch)
treeed63818f859208829da5f6df510f9439afcec79d
parentbb5f74ee84398a56435baa2ef15e12d8a35e5e03 (diff)
downloademacs-9320b007d5518a4e1966e168286a3a3182e9e4d8.tar.gz
emacs-9320b007d5518a4e1966e168286a3a3182e9e4d8.zip
gnus-sync.el (gnus-sync-newsrc-offsets): Add :version
-rw-r--r--lisp/gnus/gnus-sync.el3
1 files changed, 2 insertions, 1 deletions
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."
112(defcustom gnus-sync-newsrc-offsets '(2 3) 112(defcustom gnus-sync-newsrc-offsets '(2 3)
113 "List of per-group data to be synchronized." 113 "List of per-group data to be synchronized."
114 :group 'gnus-sync 114 :group 'gnus-sync
115 :version "24.4"
115 :type '(set (const :tag "Read ranges" 2) 116 :type '(set (const :tag "Read ranges" 2)
116 (const :tag "Marks" 3))) 117 (const :tag "Marks" 3)))
117 118
118(defcustom gnus-sync-global-vars nil 119(defcustom gnus-sync-global-vars nil
119 "List of global variables to be synchronized. 120 "List of global variables to be synchronized.