aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2014-07-02 18:00:41 +0400
committerDmitry Antipov2014-07-02 18:00:41 +0400
commit15c1107a30c274e0d5451b4428efc613edabbdce (patch)
tree87250444a6d0fa2af62408175652ca0b02faad1d /src/ChangeLog
parentfe1c6a42c96d79106a0ffcc87165148fe7614797 (diff)
downloademacs-15c1107a30c274e0d5451b4428efc613edabbdce.tar.gz
emacs-15c1107a30c274e0d5451b4428efc613edabbdce.zip
* print.c (print_object): Adjust to match new layout of sub char-table
(Bug#17898).
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3df37a69527..05916477140 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -15,6 +15,7 @@
15 (map_sub_char_table_for_charset, uniprop_table_uncompress): 15 (map_sub_char_table_for_charset, uniprop_table_uncompress):
16 All related users changed. 16 All related users changed.
17 * lread.c (read1): Adjust to match new layout of sub char-table. 17 * lread.c (read1): Adjust to match new layout of sub char-table.
18 * print.c (print_object): Likewise (Bug#17898).
18 19
192014-07-02 Stefan Monnier <monnier@iro.umontreal.ca> 202014-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
20 21