comparison lisp/emacs-lisp/cl.el @ 53594:587ca9eaf25e

Add `fmakunbound' for `declare'.
author Luc Teirlinck <teirllm@auburn.edu>
date Fri, 16 Jan 2004 01:13:41 +0000
parents 695cf19ef79e
children 7ea1b7196d49
comparison
equal deleted inserted replaced
53593:39793eabee87 53594:587ca9eaf25e
580 580
581 ;;; Autoload the other portions of the package. 581 ;;; Autoload the other portions of the package.
582 ;; We want to replace the basic versions of dolist, dotimes below. 582 ;; We want to replace the basic versions of dolist, dotimes below.
583 (fmakunbound 'dolist) 583 (fmakunbound 'dolist)
584 (fmakunbound 'dotimes) 584 (fmakunbound 'dotimes)
585 (fmakunbound 'declare)
585 (mapcar (function 586 (mapcar (function
586 (lambda (set) 587 (lambda (set)
587 (let ((file (if cl-fake-autoloads "<none>" (car set)))) 588 (let ((file (if cl-fake-autoloads "<none>" (car set))))
588 (mapcar (function 589 (mapcar (function
589 (lambda (func) 590 (lambda (func)