]> git.eshelyaron.com Git - emacs.git/commitdiff
(xcharset): Fix the treating $arg0.
authorKenichi Handa <handa@m17n.org>
Tue, 7 Jul 2009 06:25:45 +0000 (06:25 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 7 Jul 2009 06:25:45 +0000 (06:25 +0000)
src/.gdbinit

index fc2ad81702863c2f67743a00e3eb744aa82e0ff7..5c7e6d8e5259fcf894fa60b60298c014b2345d28 100644 (file)
@@ -1009,7 +1009,7 @@ end
 define xcharset
   set $tmp = (struct Lisp_Hash_Table *) ((Vcharset_hash_table & $valmask) | gdb_data_seg_bits)
   set $tmp = (struct Lisp_Vector *) (($tmp->key_and_value & $valmask) | gdb_data_seg_bits)
-  p $tmp->contents[$arg0->hash_index * 2]
+  p $tmp->contents[charset_table[$arg0].hash_index * 2]
   pr
 end
 document xcharset