]> git.eshelyaron.com Git - emacs.git/commit
Fix some minor Tramp problems
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 31 Oct 2019 10:13:13 +0000 (11:13 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Thu, 31 Oct 2019 10:13:13 +0000 (11:13 +0100)
commitbdb33af39d32cfb0bb23f18eb34775a30e2ff62d
treeeed9633f5519abb8c10d85d4583fb25260df64af
parente168bb73865f64cc67f80f8b2599c826cbf9e957
Fix some minor Tramp problems

* lisp/net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
Check, that `tramp-password-save-function' is a function.

* lisp/net/tramp-smb.el (tramp-smb-handle-file-system-info):
Check, that there is a share.

* lisp/net/tramp.el (outline-regexp): Declare.
(tramp-get-debug-buffer): Let-bind `signal-hook-function'.

* test/lisp/net/tramp-tests.el (tramp-test04-substitute-in-file-name):
Skip some tests for Emacs 24 and 25; they let Emacs crash.
lisp/net/tramp-gvfs.el
lisp/net/tramp-smb.el
lisp/net/tramp.el
test/lisp/net/tramp-tests.el