[gnus git] branch master updated: m0-9-31-g4dec2fd =1= Build fix
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 4dec2fdde4401bc6ce62ffad008bf7f31383df30 (commit)
from 3a6517dc001027ab8616fbabb5bfa9f50a8a6ce5 (commit)
- Log -----------------------------------------------------------------
commit 4dec2fdde4401bc6ce62ffad008bf7f31383df30
Author: Lars Ingebrigtsen <[email protected]>
Date: Mon Feb 3 17:34:35 2014 -0800
Build fix
diff --git a/lisp/gnus-cloud.el b/lisp/gnus-cloud.el
index 34acf45..5697a1d 100644
--- a/lisp/gnus-cloud.el
+++ b/lisp/gnus-cloud.el
@@ -25,6 +25,7 @@
;;; Code:
(eval-when-compile (require 'cl))
+(require 'parse-time)
(defgroup gnus-cloud nil
"Syncing Gnus data via IMAP."
@@ -74,7 +75,7 @@
(insert-buffer-substring (caddr elem))
(insert "\n"))
((eq (car elem) :delete)
- (insert (format ("(:delete %S)\n") (cadr elem))))))
+ (insert (format "(:delete %S)\n" (cadr elem))))))
(gnus-cloud-encode-data)
(buffer-string)))
-----------------------------------------------------------------------
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-cloud.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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