projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59367f6
)
; * src/androidterm.c (android_term_init): Typo.
author
Po Lu
<luangruo@yahoo.com>
Thu, 13 Jun 2024 12:11:43 +0000
(20:11 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Thu, 13 Jun 2024 12:12:03 +0000
(20:12 +0800)
src/androidterm.c
patch
|
blob
|
history
diff --git
a/src/androidterm.c
b/src/androidterm.c
index f98da97eeba62b49188aa81b912eea4ef3d78b79..6ae9a676f3c9aee4f704ae7bcccb7e6a59402397 100644
(file)
--- a/
src/androidterm.c
+++ b/
src/androidterm.c
@@
-6686,7
+6686,8
@@
android_term_init (void)
which being keyboard-local is not accessible from any point in
android-win.el. */
Fdefine_key (KVAR (terminal->kboard, Vinput_decode_map),
- make_vector (1, Qselect), Qreturn, Qnil);
+ make_vector (1, Qselect), make_vector (1, Qreturn),
+ Qnil);
}
\f