X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/8e028ee7c88aa47317066ad0d09d3de9567ebddd..2b63c01aa93210f7c6b812c135173812793c7176:/uip/repl.c 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; }