1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-29 07:58:28 +00:00

* src/xwidget.c (syms_of_xwidget): Fix typo.

This commit is contained in:
Po Lu 2021-12-29 10:01:49 +08:00
parent 9249365837
commit 512e7c3685

View File

@ -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