From: Luc Teirlinck Date: Fri, 16 Jan 2004 01:13:41 +0000 (+0000) Subject: Add `fmakunbound' for `declare'. X-Git-Tag: ttn-vms-21-2-B4~7925 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=637692f4345117fc4c226ae2529d40097c258775;p=emacs.git Add `fmakunbound' for `declare'. --- diff --git a/lisp/emacs-lisp/cl.el b/lisp/emacs-lisp/cl.el index dc56262272f..b3e56937c60 100644 --- a/lisp/emacs-lisp/cl.el +++ b/lisp/emacs-lisp/cl.el @@ -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 "" (car set))))