diff options
| author | Glenn Morris | 2007-12-02 18:05:26 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-12-02 18:05:26 +0000 |
| commit | ed7cf49acf6f5ba065bf6556d406c470fad8c251 (patch) | |
| tree | 0acaed2c65f5c53a2e10ca59efdda2e81fac3da8 | |
| parent | 3d54861a68d39120299acdde002737530a073582 (diff) | |
| download | emacs-ed7cf49acf6f5ba065bf6556d406c470fad8c251.tar.gz emacs-ed7cf49acf6f5ba065bf6556d406c470fad8c251.zip | |
Don't require cl when compiling.
| -rw-r--r-- | lisp/url/url-about.el | 2 | ||||
| -rw-r--r-- | lisp/url/url-handlers.el | 3 |
2 files changed, 0 insertions, 5 deletions
diff --git a/lisp/url/url-about.el b/lisp/url/url-about.el index 5ed16bb2f81..4a16fe7e122 100644 --- a/lisp/url/url-about.el +++ b/lisp/url/url-about.el | |||
| @@ -25,8 +25,6 @@ | |||
| 25 | 25 | ||
| 26 | ;;; Code: | 26 | ;;; Code: |
| 27 | 27 | ||
| 28 | (eval-when-compile | ||
| 29 | (require 'cl)) | ||
| 30 | (require 'url-util) | 28 | (require 'url-util) |
| 31 | (require 'url-parse) | 29 | (require 'url-parse) |
| 32 | 30 | ||
diff --git a/lisp/url/url-handlers.el b/lisp/url/url-handlers.el index 6db80407aa6..d22076a8b4f 100644 --- a/lisp/url/url-handlers.el +++ b/lisp/url/url-handlers.el | |||
| @@ -41,9 +41,6 @@ | |||
| 41 | (autoload 'mm-dissect-buffer "mm-decode" "Dissect the current buffer and return a list of MIME handles.") | 41 | (autoload 'mm-dissect-buffer "mm-decode" "Dissect the current buffer and return a list of MIME handles.") |
| 42 | (autoload 'url-scheme-get-property "url-methods" "Get property of a URL SCHEME.") | 42 | (autoload 'url-scheme-get-property "url-methods" "Get property of a URL SCHEME.") |
| 43 | 43 | ||
| 44 | (eval-when-compile | ||
| 45 | (require 'cl)) | ||
| 46 | |||
| 47 | ;; Implementation status | 44 | ;; Implementation status |
| 48 | ;; --------------------- | 45 | ;; --------------------- |
| 49 | ;; Function Status | 46 | ;; Function Status |