diff options
| author | Stefan Monnier | 2008-05-06 18:27:54 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-05-06 18:27:54 +0000 |
| commit | 6d77fa953afa438787d700474c7d1349cb452ffb (patch) | |
| tree | bf5f5a2b00c0e6e0d769d5f60b8dafa0c0682bf7 /src/ChangeLog | |
| parent | 2d6734522cd7c8f419e7a02297f28d7b20fe344d (diff) | |
| download | emacs-6d77fa953afa438787d700474c7d1349cb452ffb.tar.gz emacs-6d77fa953afa438787d700474c7d1349cb452ffb.zip | |
(print_preprocess): Add sub-char-tables to the print-table,
just like we do in print.c.
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 6e2d3785d38..a7b19f3dfc9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * print.c (print_preprocess): Add sub-char-tables to the print-table, | ||
| 4 | just like we do in print.c. | ||
| 5 | |||
| 1 | 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca> | 6 | 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 7 | ||
| 3 | * minibuf.c (Ftry_completion): Remove code left over from when we used | 8 | * minibuf.c (Ftry_completion): Remove code left over from when we used |