aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/elisp-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/elisp-mode.el b/lisp/progmodes/elisp-mode.el
index d74c523c8c8..8eded03b9c4 100644
--- a/lisp/progmodes/elisp-mode.el
+++ b/lisp/progmodes/elisp-mode.el
@@ -1717,7 +1717,7 @@ current buffer state and calls REPORT-FN when done."
1717 (format "byte-compile process %s died" proc)))) 1717 (format "byte-compile process %s died" proc))))
1718 (ignore-errors (delete-file temp-file)) 1718 (ignore-errors (delete-file temp-file))
1719 (kill-buffer output-buffer)))) 1719 (kill-buffer output-buffer))))
1720 :stderr null-device 1720 :stderr " *stderr of elisp-flymake-byte-compile*"
1721 :noquery t))))) 1721 :noquery t)))))
1722 1722
1723(defun elisp-flymake--batch-compile-for-flymake (&optional file) 1723(defun elisp-flymake--batch-compile-for-flymake (&optional file)