From: Kenichi Handa Date: Thu, 25 Sep 1997 12:25:01 +0000 (+0000) Subject: (push_key_description): Delete useless `if' statement. X-Git-Tag: emacs-20.3~3089 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bd5d4159b7597a2d683aa801c080584e212627e8;p=emacs.git (push_key_description): Delete useless `if' statement. --- diff --git a/src/keymap.c b/src/keymap.c index 5d18cf9349d..e6053c695c9 100644 --- a/src/keymap.c +++ b/src/keymap.c @@ -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)