Sync with Tramp 2.2.6-pre.
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 5 Jul 2012 06:57:57 +0000 (08:57 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Thu, 5 Jul 2012 06:57:57 +0000 (08:57 +0200)
commit957b3189e673ad7a9d2018411bbaf196338e145b
tree43e1a031c73079f9b584fadacb0ec46639df6fe4
parent23f86fce48e1cc8118f0ea5cce49d1acfd4364c4
Sync with Tramp 2.2.6-pre.

* net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
compatible declaration.

* net/tramp-cmds.el (tramp-append-tramp-buffers): Protect
`list-load-path-shadows' call.

* net/tramp-compat.el (top): Require packages, which aren't
autoloaded anymore for XEmacs.  Protect call of
`tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
compiler.  Do not require tramp-util.el and tramp-vc.el anymore,
it hurts at least for SXEmacs.
(tramp-compat-temporary-file-directory): In XEmacs, there is no
standard-value for `temporary-file-directory'.

* net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
Redirect stderr to /dev/null.
(tramp-sh-handle-write-region): uid and gid can be floats.
Reported by Russell Sim <russell.sim@gmail.com>.
(tramp-sh-handle-vc-registered): Hide errors.
(tramp-vc-file-name-handler): Use dummy results for `process-file'
and `start-file-process'.
(tramp-maybe-open-connection): Check also whether `non-essential'
is bound.
lisp/ChangeLog
lisp/net/tramp-cmds.el
lisp/net/tramp-compat.el
lisp/net/tramp-sh.el
lisp/net/tramp.el