Mercurial > emacs
changeset 57512:44bc5df842b7
Load cl at compile time.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 16 Oct 2004 14:58:38 +0000 |
parents | af0685917de3 |
children | 6052b6df37c1 |
files | lisp/url/url-misc.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/url/url-misc.el Sat Oct 16 14:57:46 2004 +0000 +++ b/lisp/url/url-misc.el Sat Oct 16 14:58:38 2004 +0000 @@ -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)