diff options
| author | Glenn Morris | 2014-12-01 00:28:08 -0800 |
|---|---|---|
| committer | Glenn Morris | 2014-12-01 00:28:08 -0800 |
| commit | 7536c8645e9f82b74bd4da5d91c325ab92beb541 (patch) | |
| tree | fefc231eac6a1c734c998253a1854ba47969d69f | |
| parent | 3517da701ea5d16c296745d6678988b06bee615d (diff) | |
| download | emacs-7536c8645e9f82b74bd4da5d91c325ab92beb541.tar.gz emacs-7536c8645e9f82b74bd4da5d91c325ab92beb541.zip | |
* 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 01754315861..c526b533ab9 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-12-01 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * gnus-cloud.el (gnus-cloud): Add :version tag. | ||
| 4 | |||
| 1 | 2014-11-29 John Mastro <john.b.mastro@gmail.com> (tiny change) | 5 | 2014-11-29 John Mastro <john.b.mastro@gmail.com> (tiny change) |
| 2 | 6 | ||
| 3 | * auth-source.el (auth-source-macos-keychain-search-items): Return | 7 | * 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 ec85a16ba32..ec016eeeb77 100644 --- a/lisp/gnus/gnus-cloud.el +++ b/lisp/gnus/gnus-cloud.el | |||
| @@ -30,6 +30,7 @@ | |||
| 30 | 30 | ||
| 31 | (defgroup gnus-cloud nil | 31 | (defgroup gnus-cloud nil |
| 32 | "Syncing Gnus data via IMAP." | 32 | "Syncing Gnus data via IMAP." |
| 33 | :version "25.1" | ||
| 33 | :group 'gnus) | 34 | :group 'gnus) |
| 34 | 35 | ||
| 35 | (defcustom gnus-cloud-synced-files | 36 | (defcustom gnus-cloud-synced-files |
| @@ -39,6 +40,7 @@ | |||
| 39 | (:directory "~/News" :match ".*.SCORE\\'")) | 40 | (:directory "~/News" :match ".*.SCORE\\'")) |
| 40 | "List of file regexps that should be kept up-to-date via the cloud." | 41 | "List of file regexps that should be kept up-to-date via the cloud." |
| 41 | :group 'gnus-cloud | 42 | :group 'gnus-cloud |
| 43 | ;; FIXME this type does not match the default. Nor does the documentation. | ||
| 42 | :type '(repeat regexp)) | 44 | :type '(repeat regexp)) |
| 43 | 45 | ||
| 44 | (defvar gnus-cloud-group-name "*Emacs Cloud*") | 46 | (defvar gnus-cloud-group-name "*Emacs Cloud*") |