Mercurial > emacs
changeset 89425:32e34aaffbe3
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 06 May 2003 23:43:33 +0000 |
parents | 7020f4f73751 |
children | 2013b9934ed0 |
files | src/ChangeLog src/chartab.c |
diffstat | 2 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Tue May 06 23:24:36 2003 +0000 +++ b/src/ChangeLog Tue May 06 23:43:33 2003 +0000 @@ -1,3 +1,9 @@ +2003-05-07 Kenichi Handa <handa@m17n.org> + + * chartab.c (map_sub_char_table): New argument DEFAULT_VAL. + (map_char_table): Don't inherit the value from the parent on + initializing VAL. Adjusted for the above change. + 2003-05-06 Kenichi Handa <handa@m17n.org> * coding.c (Qsignature, Qendian): Delete these variables.
--- a/src/chartab.c Tue May 06 23:24:36 2003 +0000 +++ b/src/chartab.c Tue May 06 23:43:33 2003 +0000 @@ -821,7 +821,7 @@ DEFUN ("map-char-table", Fmap_char_table, Smap_char_table, 2, 2, 0, doc: /* -Call FUNCTION for each character in CHAR-TABLE. +Call FUNCTION for each character in CHAR-TABLE that has non-nil value. FUNCTION is called with two arguments--a key and a value. The key is a character code or a cons of character codes specifying a range of characters that have the same value. */)