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:
parent
9249365837
commit
512e7c3685
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user