# HG changeset patch # User Johan Bockgrd # Date 1207957345 0 # Node ID f2ded84f543c27e1d16d1a2fb78f19564ee67849 # Parent df72d7bb5d672dc177fd0d24ea5b6a8aeae59ce7 (lazy-completion-table): Fix debug spec. diff -r df72d7bb5d67 -r f2ded84f543c lisp/ChangeLog --- a/lisp/ChangeLog Fri Apr 11 22:36:49 2008 +0000 +++ b/lisp/ChangeLog Fri Apr 11 23:42:25 2008 +0000 @@ -1,3 +1,7 @@ +2008-04-11 Johan Bockgård + + * minibuffer.el (lazy-completion-table): Fix debug spec. + 2008-04-11 Stefan Monnier * minibuffer.el (complete-with-action, lazy-completion-table): diff -r df72d7bb5d67 -r f2ded84f543c lisp/minibuffer.el --- a/lisp/minibuffer.el Fri Apr 11 22:36:49 2008 +0000 +++ b/lisp/minibuffer.el Fri Apr 11 23:42:25 2008 +0000 @@ -80,7 +80,7 @@ `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)