mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-29 11:02:01 +00:00
(push_key_description): Print C-j, not TAB.
This commit is contained in:
parent
606538987c
commit
b8cab0060c
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user