# HG changeset patch # User Dave Love # Date 983817625 0 # Node ID 54fe96bd9530e7d89db4ee3da7ed58411e71b827 # Parent 9f139645d57d7792c61bb3f08dddfd42997179b7 (dotimes, dolist): Undef prior to autoloading new defs. diff -r 9f139645d57d -r 54fe96bd9530 lisp/emacs-lisp/cl.el --- a/lisp/emacs-lisp/cl.el Mon Mar 05 17:19:30 2001 +0000 +++ b/lisp/emacs-lisp/cl.el Mon Mar 05 18:40:25 2001 +0000 @@ -552,6 +552,9 @@ "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 "" (car set))))