(minibuffer-complete-and-exit): Fix last change.

This commit is contained in:
Juanma Barranquero 2008-04-22 10:20:05 +00:00
parent 125891f438
commit b0a5a021e3
2 changed files with 7 additions and 3 deletions

View file

@ -1,7 +1,11 @@
2008-04-22 Juanma Barranquero <lekktu@gmail.com>
* minibuffer.el (minibuffer-complete-and-exit): Fix last change.
2008-04-22 Andreas Schwab <schwab@suse.de>
* Makefile.in (emacs-deps): Define. Use it instead of
$(lisp)/subdirs.el.
* Makefile.in (emacs-deps): Define.
Use it instead of $(lisp)/subdirs.el.
2008-04-22 Dan Nicolaescu <dann@ics.uci.edu>

View file

@ -403,7 +403,7 @@ a repetition of this command will exit."
minibuffer-completion-predicate)
(when completion-ignore-case
;; Fixup case of the field, if necessary.
(let* ((string (substring beg end))
(let* ((string (buffer-substring beg end))
(compl (try-completion
string
minibuffer-completion-table