comparison lisp/ChangeLog @ 82818:1588b6b0dcf6

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 24 Aug 2007 10:50:07 +0000
parents e579966f7855
children 4d04d9500eaf
comparison
equal deleted inserted replaced
82817:e579966f7855 82818:1588b6b0dcf6
16 (tramp-file-name-handler): Don't set "started" property. It shall 16 (tramp-file-name-handler): Don't set "started" property. It shall
17 be reserved for the "ftp" method. 17 be reserved for the "ftp" method.
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
23 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change) 23 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
24 24
25 * files.el (backup-buffer-copy): Don't wrap delete in 25 * files.el (backup-buffer-copy): Don't wrap delete in
26 condition-case, only try to delete if file exists. 26 condition-case, only try to delete if file exists.
46 46
47 * emacs-lisp/bytecomp.el (byte-compile-output-docform) 47 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
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
54 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org> 54 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
55 55
56 * locate.el (locate-get-file-positions): 56 * locate.el (locate-get-file-positions):
57 Use line-beginning-position and line-end-position. 57 Use line-beginning-position and line-end-position.