From 512e7c368565994c95300323ae5454a40c06649f Mon Sep 17 00:00:00 2001 From: Po Lu Date: Wed, 29 Dec 2021 10:01:49 +0800 Subject: [PATCH] * src/xwidget.c (syms_of_xwidget): Fix typo. --- src/xwidget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xwidget.c b/src/xwidget.c index ffd61ebfa82..a53d43016a8 100644 --- a/src/xwidget.c +++ b/src/xwidget.c @@ -3149,7 +3149,7 @@ syms_of_xwidget (void) staticpro (&internal_xwidget_view_list); #ifdef HAVE_X_WINDOWS - x_window_to_xwv_map = CALLN (Fmake_hash_table, QCtest,); Qeq + x_window_to_xwv_map = CALLN (Fmake_hash_table, QCtest, Qeq); staticpro (&x_window_to_xwv_map); #endif -- 2.39.2