]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/compile.el
; Merge from origin/emacs-25
[gnu-emacs] / lisp / progmodes / compile.el
index cc04fe946b92bf4d2b04fe92545e2cc7b43b00fd..f2e397a4136ba9ba149891c7d5701ac0e44650cd 100644 (file)
@@ -1743,7 +1743,7 @@ Returns the compilation buffer created."
            (funcall compilation-process-setup-function))
        (and outwin (compilation-set-window-height outwin))
        ;; Start the compilation.
-       (if (fboundp 'start-process)
+       (if (fboundp 'make-process)
            (let ((proc
                   (if (eq mode t)
                       ;; comint uses `start-file-process'.