diff options
author | Glenn Morris <rgm@gnu.org> | 2014-12-01 00:28:08 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-12-01 00:28:08 -0800 |
commit | 7536c8645e9f82b74bd4da5d91c325ab92beb541 (patch) | |
tree | fefc231eac6a1c734c998253a1854ba47969d69f | |
parent | 3517da701ea5d16c296745d6678988b06bee615d (diff) |
* lisp/gnus/gnus-cloud.el (gnus-cloud): Add :version tag.
-rw-r--r-- | lisp/gnus/ChangeLog | 4 | ||||
-rw-r--r-- | lisp/gnus/gnus-cloud.el | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 0175431586..c526b533ab 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,7 @@ +2014-12-01 Glenn Morris <rgm@gnu.org> + + * gnus-cloud.el (gnus-cloud): Add :version tag. + 2014-11-29 John Mastro <john.b.mastro@gmail.com> (tiny change) * auth-source.el (auth-source-macos-keychain-search-items): Return diff --git a/lisp/gnus/gnus-cloud.el b/lisp/gnus/gnus-cloud.el index ec85a16ba3..ec016eeeb7 100644 --- a/lisp/gnus/gnus-cloud.el +++ b/lisp/gnus/gnus-cloud.el @@ -30,6 +30,7 @@ (defgroup gnus-cloud nil "Syncing Gnus data via IMAP." + :version "25.1" :group 'gnus) (defcustom gnus-cloud-synced-files @@ -39,6 +40,7 @@ (:directory "~/News" :match ".*.SCORE\\'")) "List of file regexps that should be kept up-to-date via the cloud." :group 'gnus-cloud + ;; FIXME this type does not match the default. Nor does the documentation. :type '(repeat regexp)) (defvar gnus-cloud-group-name "*Emacs Cloud*") |