"Stephen J. Turnbull" <stephen(a)xemacs.org> writes:
SUPERSEDES RECOMMEND 21.4
Patch against 21.4.
This patch adds a clarification of the usage of map-char-table, and
otherwise is the same as the one it supersedes. Same ChangeLog.
Since more work is needed on chartab.c in 21.5, I'll commit the
corresponding change to 21.5 at a later time.
Index: src/ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/src/ChangeLog,v
retrieving revision 1.290.2.95
diff -u -U0 -r1.290.2.95 ChangeLog
--- src/ChangeLog 14 Feb 2005 04:15:31 -0000 1.290.2.95
+++ src/ChangeLog 6 Apr 2005 03:41:02 -0000
@@ -0,0 +1,8 @@
+2005-04-06 Stephen J. Turnbull <stephen(a)xemacs.org>
+
+ * chartab.c (Fchar_table_p):
+ (Fget_range_char_table):
+ (Fput_char_table):
+ (Fmap_char_table):
+ Describe range representation and fix typo.
+
APPROVE COMMIT 21.4
This patch will appear in 21.4.18.
Thank you,
Vin