]> git.eshelyaron.com Git - emacs.git/commit
Some minor changes to Tramp, do not merge with master
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 11 Nov 2020 12:24:50 +0000 (13:24 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 11 Nov 2020 12:24:50 +0000 (13:24 +0100)
commit658952a57a48c3cd80d62fcf0199ab9432ef8166
tree2b1649647f49479cd913bb88b1da0a3127ec0408
parentac1a2b216089b03c244c8e7ceb577198eb0dc2c2
Some minor changes to Tramp, do not merge with master

* lisp/net/tramp.el (tramp-handle-directory-files)
(tramp-handle-directory-files-and-attributes):
* lisp/net/tramp-adb.el
(tramp-adb-handle-directory-files-and-attributes):
* lisp/net/tramp-rclone.el (tramp-rclone-handle-directory-files):
* lisp/net/tramp-sh.el (tramp-sh-handle-directory-files-and-attributes):
* lisp/net/tramp-smb.el (tramp-smb-handle-directory-files): Add _COUNT.
Make the functions forward compatible.

* lisp/net/tramp-gvfs.el (tramp-gvfs-enabled):
Increase `max-specpdl-size' temporarily.

* test/lisp/net/tramp-tests.el (tramp--test-share-p): New defun.
(tramp-test05-expand-file-name-relative): Use it.
lisp/net/tramp-adb.el
lisp/net/tramp-gvfs.el
lisp/net/tramp-rclone.el
lisp/net/tramp-sh.el
lisp/net/tramp-smb.el
lisp/net/tramp.el
test/lisp/net/tramp-tests.el