aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa1999-10-18 02:01:56 +0000
committerKenichi Handa1999-10-18 02:01:56 +0000
commitaca2020bdb42b5390b1796c8d230ad13f1396d8c (patch)
tree7e5c1a23f53790c2a7118a8daa273fe58888d685 /src/ChangeLog
parentb843d1aed4ea675ca01d63df16958e206a911d19 (diff)
downloademacs-aca2020bdb42b5390b1796c8d230ad13f1396d8c.tar.gz
emacs-aca2020bdb42b5390b1796c8d230ad13f1396d8c.zip
(print_preprocess): In case print-circle is nil,
add OBJ to Vprint_number_table only when OBJ is a symbol.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e664129af30..22cb4e7443c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
11999-10-18 Keisuke Nishida <kxn30@po.cwru.edu>
2
3 * print.c (print_preprocess): In case print-circle is nil,
4 add OBJ to Vprint_number_table only when OBJ is a symbol.
5
11999-10-08 Kenichi Handa <handa@etl.go.jp> 61999-10-08 Kenichi Handa <handa@etl.go.jp>
2 7
3 * coding.c (code_convert_string): Add record_unwind_protect to 8 * coding.c (code_convert_string): Add record_unwind_protect to