]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 67b0ed3a8462d124a473c55dcb96cec1e7658876..2c6c5ef03c94788007c1dfa63424dc2dabb9aa35 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;