comparison src/ChangeLog @ 112013:f11676feb984

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.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 22 Dec 2010 19:00:12 -0500
parents 75a194479697
children 6ce864f1550e
comparison
equal deleted inserted replaced
112012:75a194479697 112013:f11676feb984
1 2010-12-22 Stefan Monnier <monnier@iro.umontreal.ca> 1 2010-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * print.c (PRINT_NUMBER_OBJECT, PRINT_NUMBER_STATUS): Remove.
4 (print_preprocess): Fix handling of uninterned symbols in last change.
2 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
6 2010-12-20 Chong Yidong <cyd@stupidchicken.com> 9 2010-12-20 Chong Yidong <cyd@stupidchicken.com>