aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
authorAlan Mackenzie2022-07-08 20:19:03 +0000
committerAlan Mackenzie2022-07-08 20:19:03 +0000
commit0508d7c4d6637d63a823b66e9f87ab54c2e73b09 (patch)
treed44ebdb22d6112ef3533018224953a2639b3d006 /src/window.c
parentdf157953612910e26cab7d1aa31b7ac5cd58d945 (diff)
downloademacs-0508d7c4d6637d63a823b66e9f87ab54c2e73b09.tar.gz
emacs-0508d7c4d6637d63a823b66e9f87ab54c2e73b09.zip
Remove now unused parameter TRACK from do_switch_frame.
* src/lisp.h (extern do_swith_frame declaration) * src/frame.c (do_switch_frame): Remove parameter TRACK and its comment. * src/frame.c (Fselect_frame, Fhandle_switch_frame, delete_frame) * src/keyboard.c (quit_throw_to_read_char) * src/minibuf.c (read_minibuf_unwind (twice)) * src/window.c (Fset_window_configuration): Remove argument TRACK.
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c
index af463b90ce6..70438b70b8f 100644
--- a/src/window.c
+++ b/src/window.c
@@ -7299,7 +7299,7 @@ the return value is nil. Otherwise the value is t. */)
7299 do_switch_frame (NILP (dont_set_frame) 7299 do_switch_frame (NILP (dont_set_frame)
7300 ? data->selected_frame 7300 ? data->selected_frame
7301 : old_frame 7301 : old_frame
7302 , 0, 0, Qnil); 7302 , 0, Qnil);
7303 } 7303 }
7304 7304
7305 FRAME_WINDOW_CHANGE (f) = true; 7305 FRAME_WINDOW_CHANGE (f) = true;