diff options
| author | YAMAMOTO Mitsuharu | 2005-06-27 07:58:23 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2005-06-27 07:58:23 +0000 |
| commit | 92de1e01ca47a6555d21053150eb72bf62c11f22 (patch) | |
| tree | 1aaf9bc5a2005b210e1792914d39e33beca8a3a9 /src | |
| parent | 019b1899e5d3eee651c5e0701aa23837296b3fc7 (diff) | |
| download | emacs-92de1e01ca47a6555d21053150eb72bf62c11f22.tar.gz emacs-92de1e01ca47a6555d21053150eb72bf62c11f22.zip | |
[USE_CARBON_EVENTS] (mac_convert_event_ref): Fix last change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/macterm.c | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index dcc8d0f2bd5..be7c4f54855 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2005-06-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Fix last | ||
| 4 | change. | ||
| 5 | |||
| 1 | 2005-06-27 Juanma Barranquero <lekktu@gmail.com> | 6 | 2005-06-27 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 7 | ||
| 3 | * eval.c (Fdefvar): Don't try to set constant symbols. | 8 | * eval.c (Fdefvar): Don't try to set constant symbols. |
diff --git a/src/macterm.c b/src/macterm.c index 26e7b117fc5..9bcb14aebdb 100644 --- a/src/macterm.c +++ b/src/macterm.c | |||
| @@ -7640,6 +7640,7 @@ static Boolean mac_convert_event_ref (EventRef eventRef, EventRecord *eventRec) | |||
| 7640 | default: | 7640 | default: |
| 7641 | break; | 7641 | break; |
| 7642 | } | 7642 | } |
| 7643 | break; | ||
| 7643 | 7644 | ||
| 7644 | case kEventClassKeyboard: | 7645 | case kEventClassKeyboard: |
| 7645 | switch (GetEventKind (eventRef)) | 7646 | switch (GetEventKind (eventRef)) |
| @@ -7662,6 +7663,7 @@ static Boolean mac_convert_event_ref (EventRef eventRef, EventRecord *eventRec) | |||
| 7662 | default: | 7663 | default: |
| 7663 | break; | 7664 | break; |
| 7664 | } | 7665 | } |
| 7666 | break; | ||
| 7665 | 7667 | ||
| 7666 | default: | 7668 | default: |
| 7667 | break; | 7669 | break; |