severity 18587 minor tags 18587 patch quit Tom Tromey writes: > This works fine: > > (let ((x 5)) > (cl-assert x)) > > However, to my surprise, this fails with an error from macroexpand: > > (let ((x 5)) > (cl-assert x t)) > > Writing (cl-assert (progn x) t) works ok, but I think ideally I > shouldn't have to do that. Yeah, seems kind of silly. Here's a patch: