diff options
| -rw-r--r-- | lisp/gnus/gnus-sync.el | 3 |
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. |