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
d23734dc
Commit
d23734dc
authored
Apr 21, 2008
by
Stefan Monnier
Browse files
(choose-completion-string): Use minibuffer-completion-table.
parent
39a7428b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/simple.el
lisp/simple.el
+1
-1
No files found.
lisp/ChangeLog
View file @
d23734dc
2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
* simple.el (choose-completion-string): Use minibuffer-completion-table.
2008-04-21 Chong Yidong <cyd@stupidchicken.com>
* term.el (term-emulate-terminal): Perform redisplay after the
...
...
lisp/simple.el
View file @
d23734dc
...
...
@@ -5416,7 +5416,7 @@ to decide what to delete."
minibuffer-completion-table
;; If this is reading a file name, and the file name chosen
;; is a directory, don't exit the minibuffer.
(if (and
(eq
minibuffer-completi
on-table 'read-file-name-internal)
(if (and minibuffer-completi
ng-file-name
(file-directory-p (field-string (point-max))))
(let ((mini (active-minibuffer-window)))
(select-window mini)
...
...
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