aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.c b/src/frame.c
index fdde3d99a93..86caa32615d 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -1421,7 +1421,7 @@ do_switch_frame (Lisp_Object frame, int track, int for_deletion, Lisp_Object nor
1421 /* We want to make sure that the next event generates a frame-switch 1421 /* We want to make sure that the next event generates a frame-switch
1422 event to the appropriate frame. This seems kludgy to me, but 1422 event to the appropriate frame. This seems kludgy to me, but
1423 before you take it out, make sure that evaluating something like 1423 before you take it out, make sure that evaluating something like
1424 (select-window (frame-root-window (new-frame))) doesn't end up 1424 (select-window (frame-root-window (make-frame))) doesn't end up
1425 with your typing being interpreted in the new frame instead of 1425 with your typing being interpreted in the new frame instead of
1426 the one you're actually typing in. */ 1426 the one you're actually typing in. */
1427#ifdef HAVE_WINDOW_SYSTEM 1427#ifdef HAVE_WINDOW_SYSTEM