*** empty log message ***

This commit is contained in:
Luc Teirlinck 2004-01-16 01:48:11 +00:00
parent 637692f434
commit 3e7274ae13
5 changed files with 19 additions and 2 deletions

View file

@ -579,7 +579,7 @@ 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.
;; We want to replace the basic versions of dolist, dotimes, declare below.
(fmakunbound 'dolist)
(fmakunbound 'dotimes)
(fmakunbound 'declare)