; For compatibility, eshell/make should print to Eshell unless backgrounded
* lisp/eshell/em-unix.el (eshell/make): Pass 'plain' to eshell-compile when in the foreground (bug#68724).
This commit is contained in:
parent
737d46e04d
commit
4834be0949
1 changed files with 1 additions and 1 deletions
|
@ -741,7 +741,7 @@ Fallback to standard make when called synchronously."
|
|||
(eshell-compile "make" args
|
||||
;; Use plain output unless we're executing in the
|
||||
;; background.
|
||||
(not eshell-current-subjob-p)))
|
||||
(unless eshell-current-subjob-p 'plain)))
|
||||
|
||||
(put 'eshell/make 'eshell-no-numeric-conversions t)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue