(dotimes, dolist): Undef prior to autoloading

new defs.
This commit is contained in:
Dave Love 2001-03-05 18:41:37 +00:00
parent 49e37720a3
commit 335db3c1d4
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,8 @@
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

View file

@ -552,6 +552,9 @@ Keywords supported: :test :test-not :key"
"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))))