aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-04-23 22:30:24 -0700
committerPaul Eggert2011-04-23 22:30:24 -0700
commit0df1eac54fdf82a80a7611fe421d94a23ebd4a0a (patch)
tree4b9aa5e8fd038ac9ea0a67cab9ca3b6c7efc3a92 /src/ChangeLog
parentc38918db05bb8df4619bff27d04a0dc48202b647 (diff)
downloademacs-0df1eac54fdf82a80a7611fe421d94a23ebd4a0a.tar.gz
emacs-0df1eac54fdf82a80a7611fe421d94a23ebd4a0a.zip
* bytecode.c (exec_byte_code): Don't use XVECTOR before CHECK_VECTOR.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f5239b2e046..e6a9f9c69fb 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12011-04-24 Paul Eggert <eggert@cs.ucla.edu>
2
3 * bytecode.c (exec_byte_code): Don't use XVECTOR before CHECK_VECTOR.
4
12011-04-21 Paul Eggert <eggert@cs.ucla.edu> 52011-04-21 Paul Eggert <eggert@cs.ucla.edu>
2 6
3 Make the Lisp reader and string-to-float more consistent. 7 Make the Lisp reader and string-to-float more consistent.