Mercurial > emacs
changeset 36551:54fe96bd9530
(dotimes, dolist): Undef prior to autoloading
new defs.
author | Dave Love <fx@gnu.org> |
---|---|
date | Mon, 05 Mar 2001 18:40:25 +0000 |
parents | 9f139645d57d |
children | 80aa67d879fb |
files | lisp/emacs-lisp/cl.el |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 "<none>" (car set))))