Added all of the MH sources, including RCS files, in
[mmh] / docs / historical / mh-6.8.5 / miscellany / mhe / mhe
1 #! /bin/csh -f
2 set LIBRARY=/usr/uci/lib/emacs/maclib
3 set SUPPORT=~support/lib/mhe
4 printenv EPATH >& /dev/null
5 if ($status != 0) then
6     setenv EPATH "${LIBRARY}:${SUPPORT}"
7 else
8     printenv EPATH | fgrep :${SUPPORT}: >& /dev/null
9     if ($status != 0) then
10         setenv EPATH "${EPATH}:${SUPPORT}"
11     endif
12 endif
13 exec emacs -lmh-e.ml -estartup $*