You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The makefile uses the $EMACS environment variable to find emacs if it is present, or falls back to emacs if it is not. However, emacs seems to set the $EMACS environment variable to t for all of its subshells if it does not already exist. The result is that running make from an emacs shell or with M-x compile fails with /bin/sh: t: command not found.