From b8cab0060c556213a8bcd7e776035d7246faf9b4 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 17 Jan 1997 07:07:20 +0000 Subject: [PATCH] (push_key_description): Print C-j, not TAB. --- src/keymap.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/keymap.c b/src/keymap.c index 3443b71ef51..71713a1e635 100644 --- a/src/keymap.c +++ b/src/keymap.c @@ -1566,13 +1566,7 @@ push_key_description (c, p) *p++ = 'A'; *p++ = 'B'; } - else if (c == Ctl('J')) - { - *p++ = 'L'; - *p++ = 'F'; - *p++ = 'D'; - } - else if (c == Ctl('M')) + else if (c == Ctl ('M')) { *p++ = 'R'; *p++ = 'E'; -- 2.39.2