comparison lisp/emacs-lisp/cl.el @ 90982:a66921565bcb

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 806-813) - Merge from emacs--rel--22 - Update from CVS * emacs--rel--22 (patch 51-58) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 233-236) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-230
author Miles Bader <miles@gnu.org>
date Sun, 15 Jul 2007 04:47:46 +0000
parents 988f1edc9674 05153ccde019
children f55f9811f5d7
comparison
equal deleted inserted replaced
90981:a37d5bf6cbb7 90982:a66921565bcb
626 ;; Autoload the other portions of the package. 626 ;; Autoload the other portions of the package.
627 ;; We want to replace the basic versions of dolist, dotimes, declare below. 627 ;; We want to replace the basic versions of dolist, dotimes, declare below.
628 (fmakunbound 'dolist) 628 (fmakunbound 'dolist)
629 (fmakunbound 'dotimes) 629 (fmakunbound 'dotimes)
630 (fmakunbound 'declare) 630 (fmakunbound 'declare)
631 (load "cl-loaddefs") 631 (load "cl-loaddefs" nil 'quiet)
632 632
633 ;; This goes here so that cl-macs can find it if it loads right now. 633 ;; This goes here so that cl-macs can find it if it loads right now.
634 (provide 'cl-19) ; usage: (require 'cl-19 "cl") 634 (provide 'cl-19) ; usage: (require 'cl-19 "cl")
635 635
636 ;; Things to do after byte-compiler is loaded. 636 ;; Things to do after byte-compiler is loaded.