[gnus git] branch master updated: m0-5-170-g8ecb190 =1= gnus-sync.el (gnus-sync-newsrc-offsets): Add :version
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 8ecb190074243ce5917482e7fc5c3125164a548c (commit)
from baec42de88199e90b738e968e34e8db492d2f2ef (commit)
- Log -----------------------------------------------------------------
commit 8ecb190074243ce5917482e7fc5c3125164a548c
Author: Katsumi Yamaoka <[email protected]>
Date: Mon Dec 3 22:08:24 2012 +0000
gnus-sync.el (gnus-sync-newsrc-offsets): Add :version
diff --git a/lisp/gnus-sync.el b/lisp/gnus-sync.el
index 59ba590..6930ef3 100644
--- a/lisp/gnus-sync.el
+++ b/lisp/gnus-sync.el
@@ -123,6 +123,7 @@ 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)))
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/gnus-sync.el | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project