emacs-diffs
[Top][All Lists]
Advanced

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

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


From: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] Changes to emacs/src/macterm.c
Date: Sat, 20 May 2006 07:15:23 +0000

Index: emacs/src/macterm.c
diff -u emacs/src/macterm.c:1.171 emacs/src/macterm.c:1.172
--- emacs/src/macterm.c:1.171   Fri May 19 09:12:04 2006
+++ emacs/src/macterm.c Sat May 20 07:15:22 2006
@@ -9692,7 +9692,7 @@
     {
       err = GetEventParameter (eventRef, kEventParamKeyModifiers, typeUInt32,
                               NULL, sizeof (UInt32), NULL, &mods);
-      if (err != noErr && mods & kEventKeyModifierFnMask)
+      if (err == noErr && mods & kEventKeyModifierFnMask)
        {  *newCode = fn_keycode_to_xkeysym_table [keyCode & 0x7f];
 
          return (*newCode != 0);




reply via email to

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