]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Tue, 6 May 2003 23:43:33 +0000 (23:43 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 6 May 2003 23:43:33 +0000 (23:43 +0000)
src/ChangeLog
src/chartab.c

index f41f8da3992b8fc37465367fe3db3902a65ec13c..a7841cbc8ccd3bbfb798e3f58cfe04436705564a 100644 (file)
@@ -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.
index 1aae0969e6c185aeaa7973d30d69c9fbb187d66e..95dd346b86aa26fa3313cdd3227e2d18cd97a2e2 100644 (file)
@@ -821,7 +821,7 @@ map_char_table (c_function, function, table, arg, depth, indices)
 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.  */)