* lisp/term/xterm.el (xterm-function-map): Add M-SPC. (Bug#60077)

This commit is contained in:
Eli Zaretskii 2022-12-16 18:02:57 +02:00
parent 303d6ac142
commit b01d0246d7

View file

@ -571,6 +571,8 @@ Return the pasted text as a string."
(8 62 [?\C-\M->])
(8 63 [(control meta ??)])
(3 32 [?\M-\s])
(2 9 [S-tab])
(2 13 [S-return])