changeset 91547:cff1e89ad92a

(make_sub_char_table): Remove noop-yet-incorrect statement.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 06 Feb 2008 03:03:52 +0000
parents 7e1dcd3ed3ab
children 63d4513550f9
files src/ChangeLog src/chartab.c
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Tue Feb 05 21:51:14 2008 +0000
+++ b/src/ChangeLog	Wed Feb 06 03:03:52 2008 +0000
@@ -1,3 +1,7 @@
+2008-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
+
 2008-02-05  Jason Rumney  <jasonr@gnu.org>
 
 	* w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
--- a/src/chartab.c	Tue Feb 05 21:51:14 2008 +0000
+++ b/src/chartab.c	Wed Feb 06 03:03:52 2008 +0000
@@ -104,7 +104,6 @@
   XSETPVECTYPE (XVECTOR (table), PVEC_SUB_CHAR_TABLE);
   XSUB_CHAR_TABLE (table)->depth = make_number (depth);
   XSUB_CHAR_TABLE (table)->min_char = make_number (min_char);
-  XSETSUB_CHAR_TABLE (table, XSUB_CHAR_TABLE (table));
 
   return table;
 }