comparison src/lread.c @ 1924:21bd3a2189d3

* 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.
author Jim Blandy <jimb@redhat.com>
date Mon, 22 Feb 1993 14:46:31 +0000
parents ab56990c27c4
children bcc34323a475
comparison
equal deleted inserted replaced
1923:3fad322bb72a 1924:21bd3a2189d3
595 tem = printflag; 595 tem = printflag;
596 specbind (Qstandard_output, tem); 596 specbind (Qstandard_output, tem);
597 record_unwind_protect (save_excursion_restore, save_excursion_save ()); 597 record_unwind_protect (save_excursion_restore, save_excursion_save ());
598 BUF_SET_PT (XBUFFER (buf), BUF_BEGV (XBUFFER (buf))); 598 BUF_SET_PT (XBUFFER (buf), BUF_BEGV (XBUFFER (buf)));
599 readevalloop (buf, 0, Feval, !NILP (printflag)); 599 readevalloop (buf, 0, Feval, !NILP (printflag));
600 unbind_to (count); 600 unbind_to (count, Qnil);
601 601
602 return Qnil; 602 return Qnil;
603 } 603 }
604 604
605 #if 0 605 #if 0