diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2004-01-16 01:13:41 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2004-01-16 01:13:41 +0000 |
commit | 637692f4345117fc4c226ae2529d40097c258775 (patch) | |
tree | c0ac949fe71a473362143a2217f960f698963c1a /lisp/emacs-lisp/cl.el | |
parent | a6d2eef7003fe8004a77bfc4240281e2761e6111 (diff) | |
download | emacs-637692f4345117fc4c226ae2529d40097c258775.tar.gz |
Add `fmakunbound' for `declare'.
Diffstat (limited to 'lisp/emacs-lisp/cl.el')
-rw-r--r-- | lisp/emacs-lisp/cl.el | 1 |
1 files changed, 1 insertions, 0 deletions
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 "<none>" (car set)))) |