]> git.eshelyaron.com Git - emacs.git/commit
Improve XEmacs compatibility.
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 20 Nov 2014 19:10:15 +0000 (20:10 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Thu, 20 Nov 2014 19:10:15 +0000 (20:10 +0100)
commit6ec5ee8872bfb8b0ebc53d98fcb8f284e08c147f
tree0a1e5f3532df75a538ff08b13d29248a3bf8e88d
parentcd2e816cd3ebf562c680ed15b53cf2a88a01f14f
Improve XEmacs compatibility.

* net/tramp.el (tramp-autoload-file-name-handler):
Wrap `temporary-file-directory' by `symbol-value', it doesn't exist in XEmacs.
(tramp-read-passwd): Don't use `with-timeout-suspend' and
`with-timeout-unsuspend' if they don't exist, like in XEmacs.
(tramp-time-less-p, tramp-time-subtract): Remove functions.
(tramp-handle-file-newer-than-file-p, tramp-time-diff):
* net/ttramp-adb.el (tramp-adb-ls-output-time-less-p):
* net/ttramp-cache.el (tramp-get-file-property):
* net/ttramp-smb.el (tramp-smb-handle-insert-directory):
Use `time-less-p' and `time-subtract, respectively.
lisp/ChangeLog
lisp/net/tramp-adb.el
lisp/net/tramp-cache.el
lisp/net/tramp-compat.el
lisp/net/tramp-sh.el
lisp/net/tramp-smb.el
lisp/net/tramp.el