Seems like, Theo was ok with this over in misc@. First patch (utterly trivial) am I doing this right?
--- /usr/src/bin/ed/io.c Wed Nov 12 08:50:07 2014 +++ /home/ben/src/io.c Sun Nov 23 19:47:02 2014 @@ -336,10 +336,8 @@ } else putchar(*s); } -#ifndef BACKWARDS if (gflag & GLS) putchar('$'); -#endif putchar('\n'); return 0; }