[gnus git] branch master updated: m0-7-197-g9647f2a =1= * dgnushack.el (dgnushack-compile): Add a temporary check for gnus-icalendar.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 9647f2ab2bb06f47b7887bed4255e3ca076d125c (commit)
from 677490105aa8bfae92a9dfbb7a10ca6b5d5ce224 (commit)
- Log -----------------------------------------------------------------
commit 9647f2ab2bb06f47b7887bed4255e3ca076d125c
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Fri Aug 2 00:03:56 2013 +0200
* dgnushack.el (dgnushack-compile): Add a temporary check for
gnus-icalendar.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7edcaf4..ff956c1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
2013-08-01 Lars Magne Ingebrigtsen <[email protected]>
+ * dgnushack.el (dgnushack-compile): Add a temporary check for
+ gnus-icalendar.
+
* mm-decode.el (mm-command-output): New face.
(mm-display-external): Use it.
diff --git a/lisp/dgnushack.el b/lisp/dgnushack.el
index ad3ac8c..7fc934b 100644
--- a/lisp/dgnushack.el
+++ b/lisp/dgnushack.el
@@ -338,7 +338,13 @@ This means that every warning will be reported as an error."
(setq files (delete file files))))
(unless (locate-library "epg")
(setq files (delete "plstore.el" files)))
-
+ ;; Temporary code until we fix pcase and defmethod stuff.
+ (when (or (and (featurep 'xemacs)
+ (emacs-version>= 21 5))
+ (and (not (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))
(when (and (file-exists-p
-----------------------------------------------------------------------
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/ChangeLog | 3 +++
lisp/dgnushack.el | 8 +++++++-
2 files changed, 10 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