Mercurial > emacs
changeset 1931:129d8225f748
* keyboard.c (recursive_edit_1, command_loop_1): Pass the proper
number of arguments to unbind_to.
* lread.c (Feval_buffer): Same.
* window.c (Fscroll_other_window): Same.
* window.c (Fset_window_configuration): Pass the proper number of
arguments to Fselect_frame.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Mon, 22 Feb 1993 14:53:13 +0000 |
parents | 1cdbdbe2f70a |
children | 56dd1fbd33c2 |
files | src/window.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/window.c Mon Feb 22 14:52:32 1993 +0000 +++ b/src/window.c Mon Feb 22 14:53:13 1993 +0000 @@ -2262,7 +2262,7 @@ } Fset_marker (w->pointm, make_number (point), Qnil); - unbind_to (count); + unbind_to (count, Qnil); return Qnil; } @@ -2632,7 +2632,7 @@ Fselect_window above totally superfluous; it still sets f's selected window. */ if (FRAME_LIVE_P (XFRAME (data->selected_frame))) - Fselect_frame (data->selected_frame); + Fselect_frame (data->selected_frame, Qnil); #endif if (!NILP (new_current_buffer))