aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck <[email protected]>2004-01-16 01:13:41 +0000
committerLuc Teirlinck <[email protected]>2004-01-16 01:13:41 +0000
commit637692f4345117fc4c226ae2529d40097c258775 (patch)
treec0ac949fe71a473362143a2217f960f698963c1a
parenta6d2eef7003fe8004a77bfc4240281e2761e6111 (diff)
Add `fmakunbound' for `declare'.
-rw-r--r--lisp/emacs-lisp/cl.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/cl.el b/lisp/emacs-lisp/cl.el
index dc56262272..b3e56937c6 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 "<none>" (car set))))