+2001-03-05 Dave Love <fx@gnu.org>
+
+ * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
+ new defs.
+
2001-03-05 Kenichi Handa <handa@etl.go.jp>
* language/ethio-util.el (ethio-toggle-space): Update
"Non-nil means don't make CL functions autoload.")
;;; Autoload the other portions of the package.
+;; We want to replace the basic versions of dolist, dotimes below.
+(fmakunbound 'dolist)
+(fmakunbound 'dotimes)
(mapcar (function
(lambda (set)
(let ((file (if cl-fake-autoloads "<none>" (car set))))