emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 6fb1d4bb1a9: ; Fix last change


From: Michael Albinus
Subject: master 6fb1d4bb1a9: ; Fix last change
Date: Sun, 20 Aug 2023 03:47:13 -0400 (EDT)

branch: master
commit 6fb1d4bb1a9b32f64253bfb5180faf9700feab30
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    ; Fix last change
---
 lisp/pcomplete.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]