emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Po Lu
Subject: master 512e7c3685: * src/xwidget.c (syms_of_xwidget): Fix typo.
Date: Tue, 28 Dec 2021 21:02:27 -0500 (EST)

branch: master
commit 512e7c368565994c95300323ae5454a40c06649f
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    * 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 ffd61ebfa8..a53d43016a 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]