diff src/keymap.c @ 20644:52c939e2dd32

(Fkey_description): Remember to set i_before. and use it in all cases.
author Kenichi Handa <handa@m17n.org>
date Mon, 12 Jan 1998 12:52:55 +0000
parents a48d24f8726c
children ed9ed828415e
line wrap: on
line diff
--- a/src/keymap.c	Mon Jan 12 11:43:22 1998 +0000
+++ b/src/keymap.c	Mon Jan 12 12:52:55 1998 +0000
@@ -1645,7 +1645,7 @@
 	    c = XSTRING (keys)->data[i++];
 
 	  if (c & 0x80)
-	    XSETFASTINT (XVECTOR (vector)->contents[i],
+	    XSETFASTINT (XVECTOR (vector)->contents[i_before],
 			 meta_modifier | (c & ~0x80));
 	  else
 	    XSETFASTINT (XVECTOR (vector)->contents[i_before], c);