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: Fri, 19 May 2006 09:12:04 +0000

Index: emacs/src/macterm.c
diff -u emacs/src/macterm.c:1.170 emacs/src/macterm.c:1.171
--- emacs/src/macterm.c:1.170   Wed May 10 08:24:49 2006
+++ emacs/src/macterm.c Fri May 19 09:12:04 2006
@@ -10333,6 +10333,7 @@
          break;
 
        case keyDown:
+       case keyUp:
        case autoKey:
          {
            int keycode = (er.message & keyCodeMask) >> 8;
@@ -10354,6 +10355,8 @@
                  != eventNotHandledErr)
                break;
 #endif
+           if (er.what == keyUp)
+             break;
 
 #if 0
            if (dpyinfo->x_focus_frame == NULL)




reply via email to

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