]> git.eshelyaron.com Git - emacs.git/commitdiff
[USE_CARBON_EVENTS] (mac_convert_event_ref): Fix last change.
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Mon, 27 Jun 2005 07:58:23 +0000 (07:58 +0000)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Mon, 27 Jun 2005 07:58:23 +0000 (07:58 +0000)
src/ChangeLog
src/macterm.c

index dcc8d0f2bd5fe998a95b365f7bc6483e6406803c..be7c4f548553ecc1b103ddc96b2f585e2a514211 100644 (file)
@@ -1,3 +1,8 @@
+2005-06-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Fix last
+       change.
+
 2005-06-27  Juanma Barranquero  <lekktu@gmail.com>
 
        * eval.c (Fdefvar): Don't try to set constant symbols.
index 26e7b117fc52cc70bd8bd4bbdfae7a5a974db96d..9bcb14aebdb6f4bfdb8fba3a7356c2c6fd81ab4e 100644 (file)
@@ -7640,6 +7640,7 @@ static Boolean mac_convert_event_ref (EventRef eventRef, EventRecord *eventRec)
        default:
          break;
        }
+      break;
 
     case kEventClassKeyboard:
       switch (GetEventKind (eventRef))
@@ -7662,6 +7663,7 @@ static Boolean mac_convert_event_ref (EventRef eventRef, EventRecord *eventRec)
        default:
          break;
        }
+      break;
 
     default:
       break;