comparison lisp/emacs-lisp/cl.el @ 53595:7ea1b7196d49

*** empty log message ***
author Luc Teirlinck <teirllm@auburn.edu>
date Fri, 16 Jan 2004 01:48:11 +0000
parents 587ca9eaf25e
children c2d405bc6059
comparison
equal deleted inserted replaced
53594:587ca9eaf25e 53595:7ea1b7196d49
577 577
578 (defvar cl-fake-autoloads nil 578 (defvar cl-fake-autoloads nil
579 "Non-nil means don't make CL functions autoload.") 579 "Non-nil means don't make CL functions autoload.")
580 580
581 ;;; Autoload the other portions of the package. 581 ;;; Autoload the other portions of the package.
582 ;; We want to replace the basic versions of dolist, dotimes below. 582 ;; We want to replace the basic versions of dolist, dotimes, declare below.
583 (fmakunbound 'dolist) 583 (fmakunbound 'dolist)
584 (fmakunbound 'dotimes) 584 (fmakunbound 'dotimes)
585 (fmakunbound 'declare) 585 (fmakunbound 'declare)
586 (mapcar (function 586 (mapcar (function
587 (lambda (set) 587 (lambda (set)