From: Kenichi Handa Date: Mon, 25 Sep 2006 04:38:18 +0000 (+0000) Subject: (Fsingle_key_description): Fix the last change. X-Git-Tag: emacs-pretest-22.0.90~350 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8bb3035f336bc55e1b09f36168031752a5565ca2;p=emacs.git (Fsingle_key_description): Fix the last change. --- diff --git a/src/keymap.c b/src/keymap.c index 67b0ed3a846..2c6c5ef03c9 100644 --- a/src/keymap.c +++ b/src/keymap.c @@ -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;