]> code.delx.au - gnu-emacs/commitdiff
Add `fmakunbound' for `declare'.
authorLuc Teirlinck <teirllm@auburn.edu>
Fri, 16 Jan 2004 01:13:41 +0000 (01:13 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Fri, 16 Jan 2004 01:13:41 +0000 (01:13 +0000)
lisp/emacs-lisp/cl.el

index dc56262272febec71c56136708e36bda6d262bf8..b3e56937c60806cc284e9d7561eb2d546e4f9cc3 100644 (file)
@@ -582,6 +582,7 @@ Keywords supported:  :test :test-not :key"
 ;; We want to replace the basic versions of dolist, dotimes below.
 (fmakunbound 'dolist)
 (fmakunbound 'dotimes)
+(fmakunbound 'declare)
 (mapcar (function
         (lambda (set)
           (let ((file (if cl-fake-autoloads "<none>" (car set))))