(ido-read-internal): Handle confirm' and confirm-after-completion'

values for the require-match argument.
This commit is contained in:
Chong Yidong
2008-12-20 10:30:06 +00:00
parent 95ee4b8f84
commit 7d61c21112

View File

@@ -1803,6 +1803,10 @@ PROMPT is the prompt to give to the user.
DEFAULT if given is the default item to start with.
If REQUIRE-MATCH is non-nil, an existing file must be selected.
If INITIAL is non-nil, it specifies the initial input string."
;; Ido does not implement the `confirm' and
;; `confirm-after-completion' values of REQUIRE-MATCH.
(if (memq require-match '(confirm confirm-after-completion))
(setq require-match nil))
(let
((ido-cur-item item)
(ido-entry-buffer (current-buffer))