diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/frame.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.c b/src/frame.c index c39b1619564..8f564d103cb 100644 --- a/src/frame.c +++ b/src/frame.c | |||
| @@ -466,7 +466,7 @@ do_switch_frame (frame, no_enter, track) | |||
| 466 | (select-window (frame-root-window (new-frame))) doesn't end up | 466 | (select-window (frame-root-window (new-frame))) doesn't end up |
| 467 | with your typing being interpreted in the new frame instead of | 467 | with your typing being interpreted in the new frame instead of |
| 468 | the one you're actually typing in. */ | 468 | the one you're actually typing in. */ |
| 469 | get_perdisplay (selected_frame)->internal_last_event_frame = Qnil; | 469 | internal_last_event_frame = Qnil; |
| 470 | 470 | ||
| 471 | return frame; | 471 | return frame; |
| 472 | } | 472 | } |