From: Michael Albinus Date: Thu, 20 Nov 2014 19:17:35 +0000 (+0100) Subject: Fix typo in ChangeLog. X-Git-Tag: emacs-24.4.90~193 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4fdddb20c55dd88f3f3e864dd5d7ea933a6ea5bc;p=emacs.git Fix typo in ChangeLog. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 164d8c15492..510cd32e4cf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -9,16 +9,16 @@ `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