]> code.delx.au - gnu-emacs/blobdiff - lisp/international/mule-cmds.el
Fix the MSDOS build
[gnu-emacs] / lisp / international / mule-cmds.el
index dbf12247fc69ca1fa24d1443e70455639284eadb..001aad14754dfedafbe8b1f6fd18443c931650ec 100644 (file)
@@ -72,7 +72,7 @@
   (let ((map (make-sparse-keymap "Set Coding System")))
     (bindings--define-key map [set-buffer-process-coding-system]
       '(menu-item "For I/O with Subprocess" set-buffer-process-coding-system
-        :visible (fboundp 'start-process)
+        :visible (fboundp 'make-process)
         :enable (get-buffer-process (current-buffer))
         :help "How to en/decode I/O from/to subprocess connected to this buffer"))
     (bindings--define-key map [set-next-selection-coding-system]