mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-22 05:51:11 -07:00
(completion-setup-function): Fix last change to use
minibuffer-completing-file-name instead.
This commit is contained in:
parent
45adde3246
commit
2d64b6f696
1 changed files with 1 additions and 2 deletions
|
|
@ -3922,8 +3922,7 @@ The completion list buffer is available as the value of `standard-output'.")
|
|||
(completion-list-mode)
|
||||
(make-local-variable 'completion-reference-buffer)
|
||||
(setq completion-reference-buffer mainbuf)
|
||||
(if (memq minibuffer-completion-table
|
||||
'(ffap-read-file-or-url-internal read-file-name-internal))
|
||||
(if minibuffer-completing-file-name
|
||||
;; For file name completion,
|
||||
;; use the number of chars before the start of the
|
||||
;; last file name component.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue