]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/xfns.c (Fx_internal_focus_input_context): Fix typo.
authorPo Lu <luangruo@yahoo.com>
Fri, 4 Feb 2022 02:16:14 +0000 (10:16 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 4 Feb 2022 02:16:14 +0000 (10:16 +0800)
src/xfns.c

index 7ca791afa18a7fc517a1655ccbe1a43eebdb7f64..1a0e9f50cddd56c0e2b40c770d36300b02e5cc54 100644 (file)
@@ -8580,6 +8580,8 @@ This should be called from a variable watcher for `x-gtk-use-native-input'.  */)
   gtk_im_context_set_client_window (FRAME_X_OUTPUT (f)->im_context,
                                    gtk_widget_get_window (widget));
 #endif
+
+  return Qnil;
 }
 \f
 /***********************************************************************