Mercurial > hg > xemacs-beta
diff lisp/cl/cl-macs.el @ 70:131b0175ea99 r20-0b30
Import from CVS: tag r20-0b30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:02:59 +0200 |
parents | 859a2309aef8 |
children | dbb370e3c29e |
line wrap: on
line diff
--- a/lisp/cl/cl-macs.el Mon Aug 13 09:00:04 2007 +0200 +++ b/lisp/cl/cl-macs.el Mon Aug 13 09:02:59 2007 +0200 @@ -1399,10 +1399,7 @@ (cond ((eq (car-safe spec) 'special) (if (boundp 'byte-compile-bound-variables) (setq byte-compile-bound-variables - ;; todo: this should compute correct binding bits vs. 0 - (append (mapcar #'(lambda (v) (cons v 0)) - (cdr spec)) - byte-compile-bound-variables)))) + (append (cdr spec) byte-compile-bound-variables)))) ((eq (car-safe spec) 'inline) (while (setq spec (cdr spec))