The makefile contains this line: ``` sh EMACS := $(shell echo "$${EMACS:-emacs}") ``` in an emacs shell buffer `EMACS=t`.
The makefile contains this line:
EMACS := $(shell echo "$${EMACS:-emacs}")in an emacs shell buffer
EMACS=t.