projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
303d6ac
)
* lisp/term/xterm.el (xterm-function-map): Add M-SPC. (Bug#60077)
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 16 Dec 2022 16:02:57 +0000
(18:02 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 16 Dec 2022 16:02:57 +0000
(18:02 +0200)
lisp/term/xterm.el
patch
|
blob
|
history
diff --git
a/lisp/term/xterm.el
b/lisp/term/xterm.el
index 08e38c9a050512654766e7d6c8b7ea38d562448d..bcd3907d1ead7f65fb569aa8f8b87bfd6ba84923 100644
(file)
--- 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])