From 637692f4345117fc4c226ae2529d40097c258775 Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Fri, 16 Jan 2004 01:13:41 +0000 Subject: [PATCH] Add `fmakunbound' for `declare'. --- lisp/emacs-lisp/cl.el | 1 + 1 file changed, 1 insertion(+) 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)))) -- 2.39.2