emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/xterm.c


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/xterm.c
Date: Fri, 22 Mar 2002 07:28:12 -0500

Index: emacs/src/xterm.c
diff -c emacs/src/xterm.c:1.713 emacs/src/xterm.c:1.714
*** emacs/src/xterm.c:1.713     Wed Mar 13 12:04:49 2002
--- emacs/src/xterm.c   Fri Mar 22 07:28:11 2002
***************
*** 10632,10637 ****
--- 10632,10645 ----
                                || ((unsigned)(orig_keysym) == XK_Num_Lock)
  #endif
  #endif /* not HAVE_X11R5 */
+                               /* The symbols from XK_ISO_Lock to
+                                  XK_ISO_Last_Group_Lock doesn't have real
+                                  modifiers but should be treated similarly
+                                  to Mode_switch by Emacs. */
+ #if defined XK_ISO_Lock && defined XK_ISO_Last_Group_Lock
+                               || ((unsigned)(orig_keysym) >=  XK_ISO_Lock
+                                   && (unsigned)(orig_keysym) <= 
XK_ISO_Last_Group_Lock)
+ #endif
                                ))
                        {
                          if (temp_index == sizeof temp_buffer / sizeof (short))



reply via email to

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