aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/compile.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el
index bff419b81b7..7e326e9b62a 100644
--- a/lisp/progmodes/compile.el
+++ b/lisp/progmodes/compile.el
@@ -539,7 +539,8 @@ See `compilation-mode'."
539 (forward-char 1) 539 (forward-char 1)
540 (setq mode-line-process 540 (setq mode-line-process
541 (concat ":" 541 (concat ":"
542 (symbol-name (process-status proc)))) 542 (symbol-name (process-status proc))
543 " [" (process-exit-status proc) "]"))
543 ;; Since the buffer and mode line will show that the 544 ;; Since the buffer and mode line will show that the
544 ;; process is dead, we can delete it now. Otherwise it 545 ;; process is dead, we can delete it now. Otherwise it
545 ;; will stay around until M-x list-processes. 546 ;; will stay around until M-x list-processes.