]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix last change
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 20 Aug 2023 07:47:00 +0000 (09:47 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 20 Aug 2023 07:47:00 +0000 (09:47 +0200)
lisp/pcomplete.el

index 3d8a4e7edaa71b7e32158a1f87d92e31ec5e0e03..151611f94b70eff4df08d8c309036ff379e44e26 100644 (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))))))