projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efb276f
)
; Fix last change
author
Michael Albinus
<michael.albinus@gmx.de>
Sun, 20 Aug 2023 07:47:00 +0000
(09:47 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Sun, 20 Aug 2023 07:47:00 +0000
(09:47 +0200)
lisp/pcomplete.el
patch
|
blob
|
history
diff --git
a/lisp/pcomplete.el
b/lisp/pcomplete.el
index 3d8a4e7edaa71b7e32158a1f87d92e31ec5e0e03..151611f94b70eff4df08d8c309036ff379e44e26 100644
(file)
--- 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))))))