diff options
| author | Leo Liu | 2012-02-14 10:14:43 +0800 |
|---|---|---|
| committer | Leo Liu | 2012-02-14 10:14:43 +0800 |
| commit | 1deeb569b1247db4c0b2eea4906a9e53e5ee7e99 (patch) | |
| tree | 2d92e839b1ab719af6659da6501c2f36945d28c4 | |
| parent | fba9b8b646487287c1fbbd16238e81a3b41ef72b (diff) | |
| download | emacs-1deeb569b1247db4c0b2eea4906a9e53e5ee7e99.tar.gz emacs-1deeb569b1247db4c0b2eea4906a9e53e5ee7e99.zip | |
Remove unused require in url-future.el
| -rw-r--r-- | lisp/url/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/url/url-future.el | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index 0340c954aea..c53f7294aef 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-02-14 Leo Liu <sdl.web@gmail.com> | ||
| 2 | |||
| 3 | * url-future.el: Fix last change. | ||
| 4 | |||
| 1 | 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com> | 5 | 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com> |
| 2 | 6 | ||
| 3 | * url-future.el (url-future-test): Move to test/automated. | 7 | * url-future.el (url-future-test): Move to test/automated. |
diff --git a/lisp/url/url-future.el b/lisp/url/url-future.el index f35399469c8..38ac09c06bb 100644 --- a/lisp/url/url-future.el +++ b/lisp/url/url-future.el | |||
| @@ -41,7 +41,6 @@ | |||
| 41 | ;;; Code: | 41 | ;;; Code: |
| 42 | 42 | ||
| 43 | (eval-when-compile (require 'cl)) | 43 | (eval-when-compile (require 'cl)) |
| 44 | (eval-when-compile (require 'ert)) | ||
| 45 | 44 | ||
| 46 | (defstruct url-future callback errorback status value) | 45 | (defstruct url-future callback errorback status value) |
| 47 | 46 | ||