aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLuc Teirlinck2005-06-10 02:26:58 +0000
committerLuc Teirlinck2005-06-10 02:26:58 +0000
commitf840fb39d6091f5d8cd361ae6531ba7f38979133 (patch)
tree094a90b52b4a55b85fdbeb3412dc3de48cea5497 /src
parent20dc6fbbe0577a26d14489bc5c4d557a76c71052 (diff)
downloademacs-f840fb39d6091f5d8cd361ae6531ba7f38979133.tar.gz
emacs-f840fb39d6091f5d8cd361ae6531ba7f38979133.zip
(command_loop_1): Adapt call to Fselect_frame.
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 77663a0ba61..b213d187aac 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -1509,7 +1509,7 @@ command_loop_1 ()
1509 Is this a good idea? */ 1509 Is this a good idea? */
1510 if (FRAMEP (internal_last_event_frame) 1510 if (FRAMEP (internal_last_event_frame)
1511 && !EQ (internal_last_event_frame, selected_frame)) 1511 && !EQ (internal_last_event_frame, selected_frame))
1512 Fselect_frame (internal_last_event_frame, Qnil); 1512 Fselect_frame (internal_last_event_frame);
1513#endif 1513#endif
1514 /* If it has changed current-menubar from previous value, 1514 /* If it has changed current-menubar from previous value,
1515 really recompute the menubar from the value. */ 1515 really recompute the menubar from the value. */