Mercurial > emacs
changeset 82818:1588b6b0dcf6
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 24 Aug 2007 10:50:07 +0000 |
parents | e579966f7855 |
children | ebf3e797be0e |
files | lisp/ChangeLog |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Aug 24 10:41:57 2007 +0000 +++ b/lisp/ChangeLog Fri Aug 24 10:50:07 2007 +0000 @@ -18,7 +18,7 @@ (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'. * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'. - (tramp-ftp-file-name-handler): Set "started" property. + (tramp-ftp-file-name-handler): Set "started" property. 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change) @@ -48,8 +48,8 @@ (byte-compile-output-as-comment): Use with-current-buffer rather than a weird set-buffer&prog1 combination. - * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the test - so as to optimise cases where the `progn's result is constant. + * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the + test so as to optimise cases where the `progn's result is constant. 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>