aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
diff options
context:
space:
mode:
authorEli Zaretskii2025-12-09 14:31:14 +0200
committerEli Zaretskii2025-12-09 14:31:14 +0200
commitc5bc4082b53e47bfbe274fc55feb3665553b1f2c (patch)
treefd115b314efc267b9fd991eaf657845805d55740 /src/xterm.c
parent57ab746257de21f91c55c873de04aa8b368fcfe1 (diff)
downloademacs-c5bc4082b53e47bfbe274fc55feb3665553b1f2c.tar.gz
emacs-c5bc4082b53e47bfbe274fc55feb3665553b1f2c.zip
; Fix a typo in xterm.[ch].
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c
index ed8cbadde41..bcb96713793 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -5308,7 +5308,7 @@ x_extension_initialize (struct x_display_info *dpyinfo)
5308 5308
5309#ifdef HAVE_XINPUT2 5309#ifdef HAVE_XINPUT2
5310 5310
5311# ifdef HAVE_X_TOOLKIT 5311# ifdef USE_X_TOOLKIT
5312bool 5312bool
5313xi_frame_selected_for (struct frame *f, unsigned long event) 5313xi_frame_selected_for (struct frame *f, unsigned long event)
5314{ 5314{