mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
; Fix last change
This commit is contained in:
parent
efb276fef1
commit
6fb1d4bb1a
1 changed files with 1 additions and 1 deletions
|
|
@ -932,7 +932,7 @@ this is `comint-dynamic-complete-functions'."
|
|||
(completion-ignore-case completion-ignore-case)
|
||||
(tramp-mode (and tramp-mode (not pcomplete-remote-file-ignore)))
|
||||
(non-essential (not (file-remote-p s)))
|
||||
(minibuffer-completing-file-name (file-remote-p s))))
|
||||
(minibuffer-completing-file-name (not (file-remote-p s))))
|
||||
(completion-table-with-predicate
|
||||
#'comint-completion-file-name-table pred 'strict s p a))))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue