+2008-04-11 Johan Bockgård <bojohan@gnu.org>
+
+ * minibuffer.el (lazy-completion-table): Fix debug spec.
+
2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
* minibuffer.el (complete-with-action, lazy-completion-table):
`lazy-completion-table' must be used to initialize the value of VAR.
You should give VAR a non-nil `risky-local-variable' property."
- (declare (debug (symbol lambda-expr)))
+ (declare (debug (symbolp lambda-expr)))
(let ((str (make-symbol "string")))
`(completion-table-dynamic
(lambda (,str)