+2011-03-20 Christian Ohler <ohler@gnu.org>
+
+ * emacs-lisp/cl-macs.el (cl-block-wrapper): Fix typo that broke CL
+ blocks.
+
2011-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
* emacs-lisp/debug.el (debugger-setup-buffer): Revert local change to
;; FIXME: To avoid re-applying macroexpand-all, we'd like to be able
;; to indicate that this return value is already fully expanded.
(if (cdr cl-entry)
- `(catch (nth 1 cl-form) ,@(cdr cl-body))
+ `(catch ,(nth 1 cl-form) ,@(cdr cl-body))
cl-body)))
(define-compiler-macro cl-block-throw (cl-tag cl-value)