]> code.delx.au - gnu-emacs/commitdiff
Fix typo in ChangeLog.
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 20 Nov 2014 19:17:35 +0000 (20:17 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Thu, 20 Nov 2014 19:17:35 +0000 (20:17 +0100)
lisp/ChangeLog

index 164d8c15492b3c7b5c14dd70fe0e42213fb9bfaa..510cd32e4cfc465121f39e6e369cf0ac43687925 100644 (file)
@@ -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  <eliz@gnu.org>