]> git.eshelyaron.com Git - emacs.git/commit
Improve backward compatibility of Tramp
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 22 Jun 2018 14:17:17 +0000 (16:17 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 22 Jun 2018 14:17:17 +0000 (16:17 +0200)
commite6476c914ebd60971708e0ea0a292e1616d928fd
treefa48d959e9bf5c5d25559654cd03736634603638
parent4e15d263134fdb8c9ff75e70f3f86225ad32ad31
Improve backward compatibility of Tramp

* lisp/net/tramp-adb.el (tramp-adb-handle-exec-path):
* lisp/net/tramp-sh.el (tramp-sh-handle-exec-path): Use ´file-remote-p'.
(tramp-get-ls-command-with): Handle busybox specially.

* test/lisp/net/tramp-tests.el (tramp-test34-exec-path): Check for
`fboundp'.  Use `file-remote-p'.  Hide compiler warning for older
Emacsen.
lisp/net/tramp-adb.el
lisp/net/tramp-sh.el
test/lisp/net/tramp-tests.el