aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lread.c b/src/lread.c
index 9c38939f513..45b2265f49e 100644
--- a/src/lread.c
+++ b/src/lread.c
@@ -597,7 +597,7 @@ point remains at the end of the last character read from the buffer.")
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}