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:
parent
606538987c
commit
b8cab0060c
@ -1566,13 +1566,7 @@ push_key_description (c, p)
|
|||||||
*p++ = 'A';
|
*p++ = 'A';
|
||||||
*p++ = 'B';
|
*p++ = 'B';
|
||||||
}
|
}
|
||||||
else if (c == Ctl('J'))
|
else if (c == Ctl ('M'))
|
||||||
{
|
|
||||||
*p++ = 'L';
|
|
||||||
*p++ = 'F';
|
|
||||||
*p++ = 'D';
|
|
||||||
}
|
|
||||||
else if (c == Ctl('M'))
|
|
||||||
{
|
{
|
||||||
*p++ = 'R';
|
*p++ = 'R';
|
||||||
*p++ = 'E';
|
*p++ = 'E';
|
||||||
|
Loading…
Reference in New Issue
Block a user