X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/8e028ee7c88aa47317066ad0d09d3de9567ebddd..5dd60d56dddeb759395a09d4cf725bcc81cdca85:/uip/repl.c?ds=inline diff --git a/uip/repl.c b/uip/repl.c index f88d0c31..07f25a89 100644 --- a/uip/repl.c +++ b/uip/repl.c @@ -451,8 +451,8 @@ try_it_again: if (nwhat) done (0); - what_now (ed, nedit, NOUSE, drft, atfile ? msg : NULL, 0, mp, - anot ? "Replied" : NULL, inplace, cwd); + what_now (ed, nedit, NOUSE, drft, msg, 0, mp, anot ? "Replied" : NULL, + inplace, cwd, atfile); done (1); return 1; }