]> code.delx.au - gnu-emacs/blobdiff - lisp/textmodes/ispell.el
Fix the MSDOS build
[gnu-emacs] / lisp / textmodes / ispell.el
index db03a3244a40208c963f4b0d395a253606d829b2..0cedf86bb7324acbbe3ff25f32278e50cd0f5911 100644 (file)
@@ -1000,7 +1000,7 @@ and added as a submenu of the \"Edit\" menu.")
 (defvar ispell-async-processp (and (fboundp 'delete-process)
                                   (fboundp 'process-send-string)
                                   (fboundp 'accept-process-output)
-                                  ;;(fboundp 'start-process)
+                                  ;;(fboundp 'make-process)
                                   ;;(fboundp 'set-process-filter)
                                   ;;(fboundp 'process-kill-without-query)
                                   )