]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/compile.el
Fix the MSDOS build
[gnu-emacs] / lisp / progmodes / compile.el
index b7ab408f744e2b88c48a25e3f09022ecc8f630dc..dbda8a9d5b8cdb9176c512eb4f1a12b6c24bbedd 100644 (file)
@@ -1736,7 +1736,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'.