From: Michael Albinus Date: Sun, 20 Aug 2023 07:47:00 +0000 (+0200) Subject: ; Fix last change X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6fb1d4bb1a9b32f64253bfb5180faf9700feab30;p=emacs.git ; Fix last change --- diff --git a/lisp/pcomplete.el b/lisp/pcomplete.el index 3d8a4e7edaa..151611f94b7 100644 --- a/lisp/pcomplete.el +++ b/lisp/pcomplete.el @@ -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))))))