aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMiles Bader2002-06-14 06:15:32 +0000
committerMiles Bader2002-06-14 06:15:32 +0000
commit54993fa4b236d46144c946eddb8fcd2fb2bdfdac (patch)
tree5e5a2b65713c59700132ada891ac0b922dac6205 /lisp/ChangeLog
parent68b089509064b72993915350714b5282b60ec7a7 (diff)
downloademacs-54993fa4b236d46144c946eddb8fcd2fb2bdfdac.tar.gz
emacs-54993fa4b236d46144c946eddb8fcd2fb2bdfdac.zip
(pop): Move the call to `car' outside the prog1, as the compiler
generate better code for it.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 25ad58cd136..47b0bbe8d1a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,6 +1,8 @@
12002-06-14 Miles Bader <miles@gnu.org> 12002-06-14 Miles Bader <miles@gnu.org>
2 2
3 * subr.el (copy-tree): Use `nconc' and `nreverse' instead of `nreconc'. 3 * subr.el (copy-tree): Use `nconc' and `nreverse' instead of `nreconc'.
4 (pop): Move the call to `car' outside the prog1, as the compiler
5 then generates better code.
4 6
52002-06-13 Richard M. Stallman <rms@gnu.org> 72002-06-13 Richard M. Stallman <rms@gnu.org>
6 8