]> code.delx.au - gnu-emacs/blobdiff - lisp/vc/diff.el
Fix the MSDOS build
[gnu-emacs] / lisp / vc / diff.el
index a8c3fcca2fce9af1fa48eb8bab6b3626f634ee03..6b316c4073c617c59870febd7401a31bcbc53200 100644 (file)
@@ -167,7 +167,7 @@ Possible values are:
       (setq default-directory thisdir)
       (let ((inhibit-read-only t))
        (insert command "\n"))
-      (if (and (not no-async) (fboundp 'start-process))
+      (if (and (not no-async) (fboundp 'make-process))
          (let ((proc (start-process "Diff" buf shell-file-name
                                      shell-command-switch command)))
            (set-process-filter proc 'diff-process-filter)