aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2007-08-24 10:50:07 +0000
committerJuanma Barranquero2007-08-24 10:50:07 +0000
commit6794bf285d65be022ce1e73085132c1df8dd4448 (patch)
treecc8d8889a1c81bc469b0cad643680d46d0214222
parent39696a778f55ed8691461e8bf58e68a8433422ac (diff)
downloademacs-6794bf285d65be022ce1e73085132c1df8dd4448.tar.gz
emacs-6794bf285d65be022ce1e73085132c1df8dd4448.zip
*** empty log message ***
-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