[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r111082: gnus-sync.el (gnus-sync-news
From: |
Katsumi Yamaoka |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r111082: gnus-sync.el (gnus-sync-newsrc-offsets): Add :version |
Date: |
Mon, 03 Dec 2012 22:08:37 +0000 |
User-agent: |
Bazaar (2.5.0) |
------------------------------------------------------------
revno: 111082
committer: Katsumi Yamaoka <address@hidden>
branch nick: trunk
timestamp: Mon 2012-12-03 22:08:37 +0000
message:
gnus-sync.el (gnus-sync-newsrc-offsets): Add :version
modified:
lisp/gnus/gnus-sync.el
=== modified file 'lisp/gnus/gnus-sync.el'
--- a/lisp/gnus/gnus-sync.el 2012-12-02 10:55:08 +0000
+++ b/lisp/gnus/gnus-sync.el 2012-12-03 22:08:37 +0000
@@ -112,8 +112,9 @@
(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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r111082: gnus-sync.el (gnus-sync-newsrc-offsets): Add :version,
Katsumi Yamaoka <=