`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):
+ * net/tramp-adb.el (tramp-adb-ls-output-time-less-p):
+ * net/tramp-cache.el (tramp-get-file-property):
+ * net/tramp-smb.el (tramp-smb-handle-insert-directory):
Use `time-less-p' and `time-subtract, respectively.
- * net/ttramp-adb.el (top): Do not require time-date.el.
+ * net/tramp-adb.el (top): Do not require time-date.el.
- * net/ttramp-compat.el (top): Require time-date.el for XEmacs.
+ * net/tramp-compat.el (top): Require time-date.el for XEmacs.
- * net/ttramp-sh.el (tramp-open-connection-setup-interactive-shell):
+ * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
Check, whether `utf-8' is a valid coding system.
2014-11-19 Eli Zaretskii <eliz@gnu.org>