diff options
Diffstat (limited to 'lisp/eshell')
| -rw-r--r-- | lisp/eshell/em-unix.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/eshell/em-unix.el b/lisp/eshell/em-unix.el index b00b6654cc5..b569f909938 100644 --- a/lisp/eshell/em-unix.el +++ b/lisp/eshell/em-unix.el | |||
| @@ -656,7 +656,8 @@ Concatenate FILE(s), or standard input, to standard output.") | |||
| 656 | ;; special front-end functions for compilation-mode buffers | 656 | ;; special front-end functions for compilation-mode buffers |
| 657 | 657 | ||
| 658 | (defun eshell/make (&rest args) | 658 | (defun eshell/make (&rest args) |
| 659 | "Use `compile' to do background makes." | 659 | "Use `compile' to do background makes. |
| 660 | Fallback to standard make when called synchronously." | ||
| 660 | (if (and eshell-current-subjob-p | 661 | (if (and eshell-current-subjob-p |
| 661 | (eshell-interactive-output-p)) | 662 | (eshell-interactive-output-p)) |
| 662 | (let ((compilation-process-setup-function | 663 | (let ((compilation-process-setup-function |