Mercurial > emacs
changeset 94017:f2ded84f543c
(lazy-completion-table): Fix debug spec.
author | Johan Bockgård <bojohan@gnu.org> |
---|---|
date | Fri, 11 Apr 2008 23:42:25 +0000 |
parents | df72d7bb5d67 |
children | 2834643ba8a0 |
files | lisp/ChangeLog lisp/minibuffer.el |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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):
--- 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)