]> code.delx.au - gnu-emacs/commit
Comint and compile no longer set EMACS
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 8 Apr 2016 20:39:17 +0000 (13:39 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 8 Apr 2016 20:40:01 +0000 (13:40 -0700)
commita1f221bd82eb4393ccba83a361b435a4992b532a
tree638526b67bc8bfc6b516465e56e65a6615b72790
parent5c288909b96452ed5d01befc8b624e94511620ed
Comint and compile no longer set EMACS

This mostly restores the change that I reverted on March 23,
fixing most of Bug#20202.  The only part of the change that is
still reverted is the change to M-x term, where compatibility with
current Bash constrains us from moving too quickly (Bug#20484).
Problem reported by Phillip Lord in: http://bugs.gnu.org/20484#108
* etc/NEWS: Document this.
* lisp/comint.el (comint-exec-1):
* lisp/net/tramp-sh.el (tramp-remote-process-environment):
* lisp/progmodes/compile.el (compilation-start):
Don’t set EMACS=t in the subsidiary process.
etc/NEWS
lisp/comint.el
lisp/net/tramp-sh.el
lisp/progmodes/compile.el