aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMichael Albinus2014-11-20 20:17:35 +0100
committerMichael Albinus2014-11-20 20:17:35 +0100
commit4fdddb20c55dd88f3f3e864dd5d7ea933a6ea5bc (patch)
tree5e3967f76b7881fc962e49c5634d3e6207795276 /lisp/ChangeLog
parent6ec5ee8872bfb8b0ebc53d98fcb8f284e08c147f (diff)
downloademacs-4fdddb20c55dd88f3f3e864dd5d7ea933a6ea5bc.tar.gz
emacs-4fdddb20c55dd88f3f3e864dd5d7ea933a6ea5bc.zip
Fix typo in ChangeLog.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog12
1 files changed, 6 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 164d8c15492..510cd32e4cf 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -9,16 +9,16 @@
9 `with-timeout-unsuspend' if they don't exist, like in XEmacs. 9 `with-timeout-unsuspend' if they don't exist, like in XEmacs.
10 (tramp-time-less-p, tramp-time-subtract): Remove functions. 10 (tramp-time-less-p, tramp-time-subtract): Remove functions.
11 (tramp-handle-file-newer-than-file-p, tramp-time-diff): 11 (tramp-handle-file-newer-than-file-p, tramp-time-diff):
12 * net/ttramp-adb.el (tramp-adb-ls-output-time-less-p): 12 * net/tramp-adb.el (tramp-adb-ls-output-time-less-p):
13 * net/ttramp-cache.el (tramp-get-file-property): 13 * net/tramp-cache.el (tramp-get-file-property):
14 * net/ttramp-smb.el (tramp-smb-handle-insert-directory): 14 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
15 Use `time-less-p' and `time-subtract, respectively. 15 Use `time-less-p' and `time-subtract, respectively.
16 16
17 * net/ttramp-adb.el (top): Do not require time-date.el. 17 * net/tramp-adb.el (top): Do not require time-date.el.
18 18
19 * net/ttramp-compat.el (top): Require time-date.el for XEmacs. 19 * net/tramp-compat.el (top): Require time-date.el for XEmacs.
20 20
21 * net/ttramp-sh.el (tramp-open-connection-setup-interactive-shell): 21 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
22 Check, whether `utf-8' is a valid coding system. 22 Check, whether `utf-8' is a valid coding system.
23 23
242014-11-19 Eli Zaretskii <eliz@gnu.org> 242014-11-19 Eli Zaretskii <eliz@gnu.org>