gnus-cloud.el (gnus-cloud): Add :version tag
authorGlenn Morris <rgm@gnu.org>
Mon, 1 Dec 2014 09:29:35 +0000 (09:29 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 1 Dec 2014 09:29:35 +0000 (09:29 +0000)
lisp/ChangeLog
lisp/gnus-cloud.el

index 85f4368..7d4bb9e 100644 (file)
@@ -1,3 +1,7 @@
+2014-12-01  Glenn Morris  <rgm@gnu.org>
+
+       * gnus-cloud.el (gnus-cloud): Add :version tag.
+
 2014-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus-art.el (gnus-use-idna):
index ec85a16..ec016ee 100644 (file)
@@ -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*")