]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/androidterm.c (android_term_init): Typo.
authorPo Lu <luangruo@yahoo.com>
Thu, 13 Jun 2024 12:11:43 +0000 (20:11 +0800)
committerEshel Yaron <me@eshelyaron.com>
Sat, 15 Jun 2024 17:21:11 +0000 (19:21 +0200)
(cherry picked from commit 14f7506c99b19abe411d140c3f09dbf1de63a4b6)

src/androidterm.c

index f98da97eeba62b49188aa81b912eea4ef3d78b79..6ae9a676f3c9aee4f704ae7bcccb7e6a59402397 100644 (file)
@@ -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