projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9249365
)
* src/xwidget.c (syms_of_xwidget): Fix typo.
author
Po Lu
<luangruo@yahoo.com>
Wed, 29 Dec 2021 02:01:49 +0000
(10:01 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Wed, 29 Dec 2021 02:01:49 +0000
(10:01 +0800)
src/xwidget.c
patch
|
blob
|
history
diff --git
a/src/xwidget.c
b/src/xwidget.c
index ffd61ebfa82faf51582319a206f59bd6cf1a1cee..a53d43016a8bfe79b0c6d80cda7f14b5cdbfa095 100644
(file)
--- 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