Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d2925a49
Commit
d2925a49
authored
Apr 10, 2008
by
Stefan Monnier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(minibuffer--do-completion): Don't forget to propagate
the arg to recursive calls.
parent
8292bedd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/minibuffer.el
lisp/minibuffer.el
+1
-1
No files found.
lisp/ChangeLog
View file @
d2925a49
2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
* minibuffer.el (minibuffer--do-completion): Don't forget to propagate
the arg to recursive calls.
2008-04-09 Juanma Barranquero <lekktu@gmail.com>
* minibuffer.el (completion-auto-help): Fix typo.
...
...
lisp/minibuffer.el
View file @
d2925a49
...
...
@@ -131,7 +131,7 @@ E = after completion we now have an Exact match.
;; whether this is a unique completion or not, so try again using
;; the real case (this shouldn't recurse again, because the next
;; time try-completion will return either t or the exact string).
(
minibuffer--do-completion
)
(
minibuffer--do-completion
try-completion-function
)
;; It did find a match. Do we match some possibility exactly now?
(
let
((
exact
(
test-completion
(
field-string
)
...
...
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