(minibuffer-complete-and-exit): Fix last change.
This commit is contained in:
parent
125891f438
commit
b0a5a021e3
2 changed files with 7 additions and 3 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue