Mercurial > emacs
changeset 16875:d9956cf6699b
(push_key_description): Print C-j, not TAB.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 17 Jan 1997 07:07:20 +0000 |
parents | 0b914fcd97a1 |
children | 34fa99fb91d1 |
files | src/keymap.c |
diffstat | 1 files changed, 1 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/src/keymap.c Fri Jan 17 07:01:51 1997 +0000 +++ b/src/keymap.c Fri Jan 17 07:07:20 1997 +0000 @@ -1566,13 +1566,7 @@ *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';