]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fkey_description): Remember to set i_before.
authorKenichi Handa <handa@m17n.org>
Mon, 12 Jan 1998 12:52:55 +0000 (12:52 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 12 Jan 1998 12:52:55 +0000 (12:52 +0000)
and use it in all cases.

src/keymap.c

index 6e9077805f1f62d93734e13afbd645903904143a..a80b14d538d745989a0dba46312d5be2faaf90d4 100644 (file)
@@ -1645,7 +1645,7 @@ spaces are put between sequence elements, etc.")
            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);