correcting the comment: we're calling the procedure, not the handler.

This commit is contained in:
Danny Yoo 2013-04-23 16:37:30 -06:00
parent 744356b3a3
commit fc8935121e

View File

@ -3280,7 +3280,7 @@
// subtle: the prompt's environment is the one _after_ the current call!
// That's why we need to do M.e.length - M.a: the environment currently
// has extra values due to us calling the prompt handler here.
// has extra values due to us calling the prompt's procedure here.
M.addPrompt(promptTag, handler, M.e.length - M.a);
baselib.functions.rawApply(M);