mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-02 02:10:46 -08:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
8fef9a5cd9
1 changed files with 2 additions and 2 deletions
|
|
@ -6533,8 +6533,8 @@ This requires restrictions of file name syntax."
|
|||
;; processes in Emacs. That doesn't work
|
||||
;; for tramp-adb.el. tramp-sshfs.el times
|
||||
;; out for older Emacsen, reason unknown.
|
||||
(or (not (tramp--test-adb-p))
|
||||
(not (tramp--test-sshfs-p))
|
||||
(or (and (not (tramp--test-adb-p))
|
||||
(not (tramp--test-sshfs-p)))
|
||||
(tramp--test-emacs27-p)))
|
||||
(let ((default-directory file1))
|
||||
(dolist (this-shell-command
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue