[gnus git] branch master updated: n0-17-112-ge9b7a7b =1= dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg is available.
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via e9b7a7bdd14ae89c52049c417a1f034795341649 (commit)
from 7ed615a609340e2350daabf1193c3a19c6abcc62 (commit)
- Log -----------------------------------------------------------------
commit e9b7a7bdd14ae89c52049c417a1f034795341649
Author: Katsumi Yamaoka <[email protected]>
Date: Thu Jun 30 10:27:52 2011 +0000
dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg is available.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1beaf57..7014c86 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2011-06-30 Katsumi Yamaoka <[email protected]>
+
+ * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
+ is available.
+
2011-06-30 Lars Magne Ingebrigtsen <[email protected]>
* nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
diff --git a/lisp/dgnushack.el b/lisp/dgnushack.el
index 5141a00..e07d23b 100644
--- a/lisp/dgnushack.el
+++ b/lisp/dgnushack.el
@@ -329,6 +329,8 @@ This means that every warning will be reported as an error."
'ignore)))
(dolist (file '("color.el" "shr-color.el" "shr.el"))
(setq files (delete file files))))
+ (unless (locate-library "epg")
+ (setq files (delete "plstore.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/ChangeLog | 5 +++++
lisp/dgnushack.el | 2 ++
2 files changed, 7 insertions(+), 0 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