Punt the dodgy ebuffer code. We now force prefixing for parallel starts which also reduces our variable pollution.

This commit is contained in:
Roy Marples
2007-07-11 12:06:37 +00:00
parent 35d860710a
commit 356c41f77c
9 changed files with 13 additions and 189 deletions

View File

@@ -211,8 +211,6 @@ static int do_e (int argc, char **argv)
eindentv ();
else if (strcmp (applet, "veoutdent") == 0)
eoutdentv ();
else if (strcmp (applet, "eflush") == 0)
eflush ();
else {
eerror ("%s: unknown applet", applet);
retval = EXIT_FAILURE;