diff options
| author | Kenichi Handa | 1999-10-18 02:01:56 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1999-10-18 02:01:56 +0000 |
| commit | aca2020bdb42b5390b1796c8d230ad13f1396d8c (patch) | |
| tree | 7e5c1a23f53790c2a7118a8daa273fe58888d685 /src/ChangeLog | |
| parent | b843d1aed4ea675ca01d63df16958e206a911d19 (diff) | |
| download | emacs-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/ChangeLog | 5 |
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 @@ | |||
| 1 | 1999-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 | |||
| 1 | 1999-10-08 Kenichi Handa <handa@etl.go.jp> | 6 | 1999-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 |