]> git.eshelyaron.com Git - emacs.git/commitdiff
(push_key_description): Delete useless `if' statement.
authorKenichi Handa <handa@m17n.org>
Thu, 25 Sep 1997 12:25:01 +0000 (12:25 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 25 Sep 1997 12:25:01 +0000 (12:25 +0000)
src/keymap.c

index 5d18cf9349db8be61aed747aded7cd02f5fb4a2c..e6053c695c95cf00d1b50aad9af3fec674ebeb44 100644 (file)
@@ -1731,8 +1731,6 @@ push_key_description (c, p)
       *p++ = 'P';
       *p++ = 'C';
     }
-  else if (c < 128)
-    *p++ = c;
   else if (c < 256)
     *p++ = c;
   else if (c < 512)