(dotimes, dolist): Undef prior to autoloading
new defs.
This commit is contained in:
parent
49e37720a3
commit
335db3c1d4
2 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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))))
|
||||
|
|
Loading…
Add table
Reference in a new issue