changeset 53594:587ca9eaf25e

Add `fmakunbound' for `declare'.
author Luc Teirlinck <teirllm@auburn.edu>
date Fri, 16 Jan 2004 01:13:41 +0000
parents 39793eabee87
children 7ea1b7196d49
files lisp/emacs-lisp/cl.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 "<none>" (car set))))