emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r107278: Remove unused require in url


From: Leo Liu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107278: Remove unused require in url-future.el
Date: Tue, 14 Feb 2012 10:14:43 +0800
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107278
committer: Leo Liu <address@hidden>
branch nick: trunk
timestamp: Tue 2012-02-14 10:14:43 +0800
message:
  Remove unused require in url-future.el
modified:
  lisp/url/ChangeLog
  lisp/url/url-future.el
=== modified file 'lisp/url/ChangeLog'
--- a/lisp/url/ChangeLog        2012-02-13 18:45:36 +0000
+++ b/lisp/url/ChangeLog        2012-02-14 02:14:43 +0000
@@ -1,3 +1,7 @@
+2012-02-14  Leo Liu  <address@hidden>
+
+       * url-future.el: Fix last change.
+
 2012-02-13  Teodor Zlatanov  <address@hidden>
 
        * url-future.el (url-future-test): Move to test/automated.

=== modified file 'lisp/url/url-future.el'
--- a/lisp/url/url-future.el    2012-02-13 18:45:36 +0000
+++ b/lisp/url/url-future.el    2012-02-14 02:14:43 +0000
@@ -41,7 +41,6 @@
 ;;; Code:
 
 (eval-when-compile (require 'cl))
-(eval-when-compile (require 'ert))
 
 (defstruct url-future callback errorback status value)
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]