From: Eli Zaretskii Date: Fri, 16 Dec 2022 16:02:57 +0000 (+0200) Subject: * lisp/term/xterm.el (xterm-function-map): Add M-SPC. (Bug#60077) X-Git-Tag: emacs-29.0.90~1124 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b01d0246d71;p=emacs.git * lisp/term/xterm.el (xterm-function-map): Add M-SPC. (Bug#60077) --- diff --git a/lisp/term/xterm.el b/lisp/term/xterm.el index 08e38c9a050..bcd3907d1ea 100644 --- a/lisp/term/xterm.el +++ b/lisp/term/xterm.el @@ -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])