1
Fork 0
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:
Michael Albinus 2023-08-20 09:47:00 +02:00
parent efb276fef1
commit 6fb1d4bb1a

View file

@ -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))))))