]> git.eshelyaron.com Git - emacs.git/commitdiff
remove references in comments to long defunct make-shell.
authorSimon Marshall <simon@gnu.org>
Wed, 8 Jan 1997 14:59:41 +0000 (14:59 +0000)
committerSimon Marshall <simon@gnu.org>
Wed, 8 Jan 1997 14:59:41 +0000 (14:59 +0000)
lisp/comint.el

index 11f4afc705b40bf4a1835c89f43ece0ae39b357e..dfe240f156a9bca842326f3717f37fc593894356 100644 (file)
@@ -506,8 +506,6 @@ BUFFER can be either a buffer or the name of one."
   (let ((proc (get-buffer-process buffer)))
     (and proc (memq (process-status proc) '(open run stop)))))
 
-;; Note that this guy, unlike shell.el's make-shell, barfs if you pass it ()
-;; for the second argument (program).
 ;;;###autoload
 (defun make-comint (name program &optional startfile &rest switches)
   "Make a comint process NAME in a buffer, running PROGRAM.
@@ -2194,12 +2192,6 @@ Typing SPC flushes the help buffer."
 ;;   (run-hooks 'shell-mode-hook))
 ;;
 ;;
-;; Note that make-comint is different from make-shell in that it
-;; doesn't have a default program argument. If you give make-shell
-;; a program name of NIL, it cleverly chooses one of explicit-shell-name,
-;; $ESHELL, $SHELL, or /bin/sh. If you give make-comint a program argument
-;; of NIL, it barfs. Adjust your code accordingly...
-;;
 ;; Completion for comint-mode users
 ;; 
 ;; For modes that use comint-mode, comint-dynamic-complete-functions is the