From: Johan Bockgård Date: Fri, 11 Apr 2008 23:42:25 +0000 (+0000) Subject: (lazy-completion-table): Fix debug spec. X-Git-Tag: emacs-pretest-23.0.90~6318 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=69e018a7bd747a354c9efb1110faaf6b10ced2c6;p=emacs.git (lazy-completion-table): Fix debug spec. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3f46d81971e..9dd9bbd6df0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/minibuffer.el b/lisp/minibuffer.el index 9392885a61e..26cbfc12791 100644 --- a/lisp/minibuffer.el +++ b/lisp/minibuffer.el @@ -80,7 +80,7 @@ from which the minibuffer was entered. The return value of `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)