Implment -noatfile in a different way; it turns out my previous change
[mmh] / uip / forw.c
index 2741f69..cd51fd1 100644 (file)
@@ -499,7 +499,7 @@ try_it_again:
     if (nwhat)
        done (0);
     what_now (ed, nedit, NOUSE, drft, NULL, 0, mp,
-       anot ? "Forwarded" : NULL, inplace, cwd);
+       anot ? "Forwarded" : NULL, inplace, cwd, 0);
     done (1);
     return 1;
 }