changeset 16849:ec7768e50ba8

remove references in comments to long defunct make-shell.
author Simon Marshall <simon@gnu.org>
date Wed, 08 Jan 1997 14:59:41 +0000
parents 7d682bad413e
children ee4b53003fd5
files lisp/comint.el
diffstat 1 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/comint.el	Wed Jan 08 14:57:02 1997 +0000
+++ b/lisp/comint.el	Wed Jan 08 14:59:41 1997 +0000
@@ -506,8 +506,6 @@
   (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 @@
 ;;   (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