* dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Mon, 10 Jun 2013 09:57:32 +0000 (11:57 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Mon, 10 Jun 2013 09:57:32 +0000 (11:57 +0200)
lisp/ChangeLog
lisp/dgnushack.el

index 8193f93..8dccd8c 100644 (file)
@@ -1,5 +1,7 @@
 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * 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.
index be67c51..dfe44a1 100644 (file)
@@ -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)))