From 2cdbae1c709a67a0e7580bcef01c8b29a81717d1 Mon Sep 17 00:00:00 2001 From: Katsumi Yamaoka Date: Sun, 20 Apr 2014 22:36:33 +0000 Subject: [PATCH] gnus-icalendar.el: Silence the byte compiler --- lisp/ChangeLog | 10 +++++++--- lisp/gnus-icalendar.el | 1 + 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9a16667be..87f89b434 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,12 +1,16 @@ +2014-04-20 Katsumi Yamaoka + + * gnus-icalendar.el: Require gnus-art. + 2014-04-20 Jan Tatarik * gnus-icalendar.el (gnus-icalendar-event->org-entry) (gnus-icalendar--update-org-event): put event timestamp in - the org entry body instead of the drawer + the org entry body instead of the drawer. (gnus-icalendar-event--get-attendee-names): list of participants should - contain even attendees without common name attribute + contain even attendees without common name attribute. (gnus-icalendar--update-org-event): don't generate duplicates of empty - property tags in org drawers + property tags in org drawers. 2014-04-15 Katsumi Yamaoka diff --git a/lisp/gnus-icalendar.el b/lisp/gnus-icalendar.el index 852ce537d..9027c53a6 100644 --- a/lisp/gnus-icalendar.el +++ b/lisp/gnus-icalendar.el @@ -38,6 +38,7 @@ (require 'gmm-utils) (require 'mm-decode) (require 'gnus-sum) +(require 'gnus-art) (eval-when-compile (require 'cl)) -- 2.34.1