[gnus git] branch master updated: m0-7-215-g0511455 =1= icalendar still doesn't work under Emacs 23.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 05114551378e6988aa8c4bc322a9f1d4fb27ca34 (commit)
from f506c99e9a8a29655e26f5ce27525d8e68e2ac62 (commit)
- Log -----------------------------------------------------------------
commit 05114551378e6988aa8c4bc322a9f1d4fb27ca34
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Mon Aug 12 20:37:45 2013 +0200
icalendar still doesn't work under Emacs 23.
diff --git a/lisp/dgnushack.el b/lisp/dgnushack.el
index fb638f7..3f73152 100644
--- a/lisp/dgnushack.el
+++ b/lisp/dgnushack.el
@@ -339,7 +339,9 @@ This means that every warning will be reported as an error."
(unless (locate-library "epg")
(setq files (delete "plstore.el" files)))
;; Temporary code until we fix pcase and defmethod stuff.
- (when (featurep 'xemacs)
+ (when (or (featurep 'xemacs)
+ (or (< emacs-major-version 24)
+ (< emacs-minor-version 3)))
(setq files (delete "gnus-icalendar.el" files)))
(dolist (file files)
(setq file (expand-file-name file srcdir))
-----------------------------------------------------------------------
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/dgnushack.el | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
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