From 69e018a7bd747a354c9efb1110faaf6b10ced2c6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Johan=20Bockg=C3=A5rd?= Date: Fri, 11 Apr 2008 23:42:25 +0000 Subject: [PATCH] (lazy-completion-table): Fix debug spec. --- lisp/ChangeLog | 4 ++++ lisp/minibuffer.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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) -- 2.11.4.GIT