diff options
author | Eli Zaretskii <eliz@gnu.org> | 2022-12-16 18:02:57 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2022-12-16 18:02:57 +0200 |
commit | b01d0246d71a7a3fd92b2864a3c0c0bc9367ee0b (patch) | |
tree | 85807c5b5670846c9864baaca4b07c05b1c82fc5 /lisp/term/xterm.el | |
parent | 303d6ac1423de298dd46728bc21a18ebb42662dc (diff) | |
download | emacs-b01d0246d71a7a3fd92b2864a3c0c0bc9367ee0b.tar.gz emacs-b01d0246d71a7a3fd92b2864a3c0c0bc9367ee0b.tar.bz2 emacs-b01d0246d71a7a3fd92b2864a3c0c0bc9367ee0b.zip |
* lisp/term/xterm.el (xterm-function-map): Add M-SPC. (Bug#60077)
Diffstat (limited to 'lisp/term/xterm.el')
-rw-r--r-- | lisp/term/xterm.el | 2 |
1 files changed, 2 insertions, 0 deletions
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]) |