aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9ea9d69c190..a97ee9a2621 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -18,7 +18,7 @@
18 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'. 18 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
19 19
20 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'. 20 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
21 (tramp-ftp-file-name-handler): Set "started" property. 21 (tramp-ftp-file-name-handler): Set "started" property.
22 22
232007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change) 232007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
24 24
@@ -48,8 +48,8 @@
48 (byte-compile-output-as-comment): Use with-current-buffer rather than 48 (byte-compile-output-as-comment): Use with-current-buffer rather than
49 a weird set-buffer&prog1 combination. 49 a weird set-buffer&prog1 combination.
50 50
51 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the test 51 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
52 so as to optimise cases where the `progn's result is constant. 52 test so as to optimise cases where the `progn's result is constant.
53 53
542007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org> 542007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
55 55