(Fsingle_key_description): Fix the last change.
authorKenichi Handa <handa@m17n.org>
Mon, 25 Sep 2006 04:38:18 +0000 (04:38 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 25 Sep 2006 04:38:18 +0000 (04:38 +0000)
src/keymap.c

index 67b0ed3..2c6c5ef 100644 (file)
@@ -2387,7 +2387,7 @@ around function keys and event symbols.  */)
 
       if (charset
          && CHAR_VALID_P (charset, 1)
-         && (c1 == 0 || c2 == 0))
+         && ((c1 == 0 && c2 == -1) || c2 == 0))
        {
          /* Handle a generic character.  */
          Lisp_Object name;