]> git.eshelyaron.com Git - emacs.git/commit
Fix an error in tramp-vc-file-name-handler
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 9 May 2019 12:24:22 +0000 (14:24 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Thu, 9 May 2019 12:24:22 +0000 (14:24 +0200)
commiteb1698c54ab2e907d4912db46b8a3da9490d0482
tree32ff618fd12168cb1b6ea6b7d0a861318c587cd0
parent4255f0fcaeccf49c6aee8c05e878288b4980337b
Fix an error in tramp-vc-file-name-handler

* lisp/net/tramp.el (tramp-accept-process-output, tramp-send-string):
* lisp/net/tramp-adb.el (tramp-adb-handle-make-process):
* lisp/net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
(tramp-sh-handle-make-process):
* lisp/net/tramp-smb.el (tramp-smb-handle-copy-directory)
(tramp-smb-handle-file-acl, tramp-smb-handle-process-file)
(tramp-smb-handle-set-file-acl)
(tramp-smb-handle-start-file-process): Do not suppress timers.

* lisp/net/tramp-sh.el (tramp-vc-file-name-handler): Check, that
`tramp-file-name-for-operation' returns a proper Tramp file.
lisp/net/tramp-adb.el
lisp/net/tramp-sh.el
lisp/net/tramp-smb.el
lisp/net/tramp.el