From ad9604e60abb736d82e297f23ea8e716f6e97d03 Mon Sep 17 00:00:00 2001 From: Wojciech Kozlowski Date: Sat, 9 Sep 2017 23:11:13 +0100 Subject: [PATCH] Use empty string for stderr when it's already included in stdout --- emacs-racer/racer.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs-racer/racer.el b/emacs-racer/racer.el index 1591252..321df08 100644 --- a/emacs-racer/racer.el +++ b/emacs-racer/racer.el @@ -271,7 +271,7 @@ Return a list (exit-code stdout stderr)." (let ((exit-code (nth 0 output)) ;; deferred does not support separate stdout and stderr. (stdout (nth 1 output)) - (stderr (nth 1 output))) + (stderr "")) (setq racer--prev-state (list :program program