# HG changeset patch # User Luc Teirlinck # Date 1074215621 0 # Node ID 587ca9eaf25ed838537169a0e8c730a8f1f9e14e # Parent 39793eabee873defef62f5e65081757c7db39f1d Add `fmakunbound' for `declare'. diff -r 39793eabee87 -r 587ca9eaf25e lisp/emacs-lisp/cl.el --- a/lisp/emacs-lisp/cl.el Fri Jan 16 01:07:46 2004 +0000 +++ b/lisp/emacs-lisp/cl.el Fri Jan 16 01:13:41 2004 +0000 @@ -582,6 +582,7 @@ ;; 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))))