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
b0a5a021
Commit
b0a5a021
authored
Apr 22, 2008
by
Juanma Barranquero
Browse files
(minibuffer-complete-and-exit): Fix last change.
parent
125891f4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
lisp/ChangeLog
lisp/ChangeLog
+6
-2
lisp/minibuffer.el
lisp/minibuffer.el
+1
-1
No files found.
lisp/ChangeLog
View file @
b0a5a021
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>
...
...
lisp/minibuffer.el
View file @
b0a5a021
...
...
@@ -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
...
...
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