comparison lisp/ChangeLog @ 82791:25892386493b

(byte-compile-output-docform, byte-compile-output-as-comment): Use with-current-buffer rather than a weird set-buffer&prog1 combination.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 23 Aug 2007 19:58:31 +0000
parents 346e6c150fa0
children 35605ce0fa34
comparison
equal deleted inserted replaced
82790:346e6c150fa0 82791:25892386493b
1 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca> 1 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
4 (byte-compile-output-as-comment): Use with-current-buffer rather than
5 a weird set-buffer&prog1 combination.
2 6
3 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the test 7 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the test
4 so as to optimise cases where the `progn's result is constant. 8 so as to optimise cases where the `progn's result is constant.
5 9
6 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org> 10 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>