From 52c4275283b342d3792d3eb4d4be44cb567b2bc7 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Fri, 4 Feb 2022 10:16:14 +0800 Subject: [PATCH] * src/xfns.c (Fx_internal_focus_input_context): Fix typo. --- src/xfns.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/xfns.c b/src/xfns.c index 7ca791afa18..1a0e9f50cdd 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -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; } /*********************************************************************** -- 2.39.5