Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
69e018a7
Commit
69e018a7
authored
Apr 11, 2008
by
Johan Bockgård
Browse files
(lazy-completion-table): Fix debug spec.
parent
ee0fd0d8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/minibuffer.el
lisp/minibuffer.el
+1
-1
No files found.
lisp/ChangeLog
View file @
69e018a7
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):
...
...
lisp/minibuffer.el
View file @
69e018a7
...
...
@@ -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
(
symbol
p
lambda-expr
)))
(
let
((
str
(
make-symbol
"string"
)))
`
(
completion-table-dynamic
(
lambda
(
,
str
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment