[gnus git] branch master updated: m0-7-49-gc280d48 =1= * eww.el: Don't require cl-lib.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via c280d483026ebb0b8df0cb6aeb7d750ae7f888d1 (commit)
from 76aec3e06cba61cfc307b45e4c6988efa4066469 (commit)
- Log -----------------------------------------------------------------
commit c280d483026ebb0b8df0cb6aeb7d750ae7f888d1
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Mon Jun 10 11:58:48 2013 +0200
* eww.el: Don't require cl-lib.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8dccd8c..9d4eab8 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
2013-06-10 Lars Magne Ingebrigtsen <[email protected]>
+ * eww.el: Don't require cl-lib.
+
* dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
* eww.el: Start writing a new, tiny web browser.
diff --git a/lisp/eww.el b/lisp/eww.el
index c637154..c4a6640 100644
--- a/lisp/eww.el
+++ b/lisp/eww.el
@@ -27,7 +27,6 @@
(eval-when-compile (require 'cl))
(require 'shr)
(require 'url)
-(require 'cl-lib)
(defvar eww-current-url nil)
(defvar eww-history nil)
-----------------------------------------------------------------------
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/eww.el | 1 -
2 files changed, 2 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