aboutsummaryrefslogtreecommitdiffstats
path: root/src/keymap.c
diff options
context:
space:
mode:
authorKenichi Handa1997-09-25 12:25:01 +0000
committerKenichi Handa1997-09-25 12:25:01 +0000
commitbd5d4159b7597a2d683aa801c080584e212627e8 (patch)
tree3149faed6aa7c9588f7c83e0387bd1f90c46f8ff /src/keymap.c
parent05505664cf307615297a25b4f0a4a9c245e525c9 (diff)
downloademacs-bd5d4159b7597a2d683aa801c080584e212627e8.tar.gz
emacs-bd5d4159b7597a2d683aa801c080584e212627e8.zip
(push_key_description): Delete useless `if' statement.
Diffstat (limited to 'src/keymap.c')
-rw-r--r--src/keymap.c2
1 files changed, 0 insertions, 2 deletions
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)
1731 *p++ = 'P'; 1731 *p++ = 'P';
1732 *p++ = 'C'; 1732 *p++ = 'C';
1733 } 1733 }
1734 else if (c < 128)
1735 *p++ = c;
1736 else if (c < 256) 1734 else if (c < 256)
1737 *p++ = c; 1735 *p++ = c;
1738 else if (c < 512) 1736 else if (c < 512)