martillo@mit-athena.UUCP (Joaquim Martillo) (02/26/85)
In e_main.c in main(...) sourcestr should be initialized as follows: char *sourcestr = "if (-r ~/.cshrc) source ~/.cshrc; unset autologout prompt;unalias *; echo .cshrc sourced\n" unset autologout is necessary for those people who have autologout set and leave an untended emacs sitting around long enough for the EMACS shell which does glob to time out.