emacs-diffs
[Top][All Lists]
Advanced

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

master d7fc7bdd81: Fix typo in last change


From: Po Lu
Subject: master d7fc7bdd81: Fix typo in last change
Date: Sat, 19 Feb 2022 21:07:21 -0500 (EST)

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

    Fix typo in last change
    
    * src/xterm.c (handle_one_xevent): Use `xi_done_keysym' label
    when ignoring modifier keys from XI2 input.
---
 src/xterm.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/xterm.c b/src/xterm.c
index 4c1c431217..01de3e27b9 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -11576,7 +11576,7 @@ handle_one_xevent (struct x_display_info *dpyinfo,
                  XkbDescRec *rec = FRAME_DISPLAY_INFO (f)->xkb_desc;
 
                  if (rec->map->modmap && rec->map->modmap[xev->detail])
-                   goto done_keysym;
+                   goto xi_done_keysym;
                }
              else
 #endif
@@ -11586,7 +11586,7 @@ handle_one_xevent (struct x_display_info *dpyinfo,
                      for (i = 0; i < 8 * dpyinfo->modmap->max_keypermod; i++)
                        {
                          if (xkey.keycode == 
dpyinfo->modmap->modifiermap[xev->detail])
-                           goto done_keysym;
+                           goto xi_done_keysym;
                        }
                    }
                }



reply via email to

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