aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2010-12-22 19:00:12 -0500
committerStefan Monnier2010-12-22 19:00:12 -0500
commit17870c01f609101bc059ff0c38043d3734a35e72 (patch)
treedd28373fb555f04167ffac8992db14376fdd8373 /src/ChangeLog
parenta65b85b5f060567a5d9dcbb7e8cbac4ddbbc0b23 (diff)
downloademacs-17870c01f609101bc059ff0c38043d3734a35e72.tar.gz
emacs-17870c01f609101bc059ff0c38043d3734a35e72.zip
Fix up last change.
* lisp/emacs-lisp/bytecomp.el (byte-compile-output-docform): Fix up use of print-number-table. * src/print.c (PRINT_NUMBER_OBJECT, PRINT_NUMBER_STATUS): Remove. (print_preprocess): Fix handling of uninterned symbols in last change.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2c3f8f92f83..820c4469317 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12010-12-22 Stefan Monnier <monnier@iro.umontreal.ca> 12010-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * print.c (PRINT_NUMBER_OBJECT, PRINT_NUMBER_STATUS): Remove.
4 (print_preprocess): Fix handling of uninterned symbols in last change.
5
3 * print.c (print, print_preprocess, print_object): Use a hash table 6 * print.c (print, print_preprocess, print_object): Use a hash table
4 rather than a linear table for Vprint_number_table. 7 rather than a linear table for Vprint_number_table.
5 8