1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-16 17:19:41 +00:00

(push_key_description): Print C-j, not TAB.

This commit is contained in:
Richard M. Stallman 1997-01-17 07:07:20 +00:00
parent 606538987c
commit b8cab0060c

View File

@ -1566,12 +1566,6 @@ 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'))
{
*p++ = 'R';