emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/url/url.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/url/url.el
Date: Sat, 15 Oct 2005 10:48:18 -0400

Index: emacs/lisp/url/url.el
diff -c emacs/lisp/url/url.el:1.13 emacs/lisp/url/url.el:1.14
*** emacs/lisp/url/url.el:1.13  Sat Aug  6 15:55:38 2005
--- emacs/lisp/url/url.el       Sat Oct 15 14:48:17 2005
***************
*** 30,45 ****
  ;;; Code:
  
  (eval-when-compile (require 'cl))
- ;; Don't require CL at runtime if we can avoid it (Emacs 21).
- ;; Otherwise we need it for hashing functions.  `puthash' was never
- ;; defined in the Emacs 20 cl.el for some reason.
- (if (fboundp 'puthash)
-     nil                                       ; internal or CL is loaded
-   (defalias 'puthash 'cl-puthash)
-   (autoload 'cl-puthash "cl")
-   (autoload 'gethash "cl")
-   (autoload 'maphash "cl")
-   (autoload 'make-hash-table "cl"))
  
  (eval-when-compile
    (require 'mm-decode)
--- 30,35 ----




reply via email to

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