]> diplodocus.org Git - nmh/blob - docs/historical/mh-jun-1982/strings/sysed.c
Remove final traces of TMA support
[nmh] / docs / historical / mh-jun-1982 / strings / sysed.c
1 #ifdef COMMENT
2 Proprietary Rand Corporation, 1981.
3 Further distribution of this software
4 subject to the terms of the Rand
5 license agreement.
6 #endif
7
8 /*
9 * This is the editor invoked by the various message composition
10 * programs. It SHOULD be a 2-D scope editor, such as Rand's Ned
11 * or Berkeley's ex, but any editor will work. If you don't have
12 * a scope editor, you might want to default to prompter, but it
13 * works very marginally with forw and dist.
14 */
15
16 char *sysed = "/bin/e";