;; Note that this guy, unlike shell.el's make-shell, barfs if you pass it ()
;; for the second argument (program).
-;;###autoload
+;;;###autoload
(defun make-comint (name program &optional startfile &rest switches)
"Make a comint process NAME in a buffer, running PROGRAM.
The name of the buffer is made by surrounding NAME with `*'s.
(comint-exec buffer name program startfile switches)))
buffer))
-;;###autoload
+;;;###autoload
(defun comint-run (program)
"Run PROGRAM in a comint buffer and switch to it.
The buffer name is made by surrounding the file name of PROGRAM with `*'s.