[gnus git] branch master updated: m0-7-48-g76aec3e =1= * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 76aec3e06cba61cfc307b45e4c6988efa4066469 (commit)
from 97df796a8a29ed3085ad1514b473ecb053ddd4d0 (commit)
- Log -----------------------------------------------------------------
commit 76aec3e06cba61cfc307b45e4c6988efa4066469
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Mon Jun 10 11:57:32 2013 +0200
* dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8193f93..8dccd8c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
2013-06-10 Lars Magne Ingebrigtsen <[email protected]>
+ * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
+
* eww.el: Start writing a new, tiny web browser.
(eww-previous-url): New command.
(eww-quit): New command.
diff --git a/lisp/dgnushack.el b/lisp/dgnushack.el
index be67c51..dfe44a1 100644
--- a/lisp/dgnushack.el
+++ b/lisp/dgnushack.el
@@ -334,7 +334,7 @@ This means that every warning will be reported as an error."
;; lpath.el binds it.
(not (eq (symbol-function 'libxml-parse-html-region)
'ignore)))
- (dolist (file '("color.el" "shr-color.el" "shr.el"))
+ (dolist (file '("color.el" "shr-color.el" "shr.el" "eww.el"))
(setq files (delete file files))))
(unless (locate-library "epg")
(setq files (delete "plstore.el" files)))
-----------------------------------------------------------------------
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 | 2 ++
lisp/dgnushack.el | 2 +-
2 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