diff options
author | Richard M. Stallman <rms@gnu.org> | 2004-10-16 14:58:38 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2004-10-16 14:58:38 +0000 |
commit | 5d1f2b4f635d11fd50e695ab790810c9d9e49ad4 (patch) | |
tree | b3490decf6c7c7f6c35006d046f8168d92e55d13 /lisp | |
parent | 98c51cc53a5fb43423d025cf64e638328edf18e9 (diff) | |
download | emacs-5d1f2b4f635d11fd50e695ab790810c9d9e49ad4.tar.gz |
Load cl at compile time.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/url/url-misc.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/url/url-misc.el b/lisp/url/url-misc.el index ff2f1282137..ff18ef9b863 100644 --- a/lisp/url/url-misc.el +++ b/lisp/url/url-misc.el @@ -22,6 +22,7 @@ ;;; Boston, MA 02111-1307, USA. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +(eval-when-compile (require 'cl)) (require 'url-vars) (require 'url-parse) (autoload 'Info-goto-node "info" "" t) |