Implment -noatfile in a different way; it turns out my previous change
[mmh] / uip / repl.c
index f88d0c3..07f25a8 100644 (file)
@@ -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;
 }