aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2007-08-23 19:58:31 +0000
committerStefan Monnier2007-08-23 19:58:31 +0000
commit9ec5dfe64b819bec13c8eb5691d2a57bc6c9d7ec (patch)
tree89e2bb9be956d6d25d5f4637a4bad312decb6a9a /lisp/ChangeLog
parent40fafc21621fd7f5e7164bee1813a9819cab8236 (diff)
downloademacs-9ec5dfe64b819bec13c8eb5691d2a57bc6c9d7ec.tar.gz
emacs-9ec5dfe64b819bec13c8eb5691d2a57bc6c9d7ec.zip
(byte-compile-output-docform, byte-compile-output-as-comment):
Use with-current-buffer rather than a weird set-buffer&prog1 combination.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index dadc3e0f78c..4105cdf3b37 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
12007-08-23 Stefan Monnier <monnier@iro.umontreal.ca> 12007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2 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.
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