diff options
author | Simon Marshall <simon@gnu.org> | 1997-01-08 14:57:02 +0000 |
---|---|---|
committer | Simon Marshall <simon@gnu.org> | 1997-01-08 14:57:02 +0000 |
commit | 6abd38efcdcc0ec7170f7447ca5a9222e12ecaa8 (patch) | |
tree | 14984cd962976472e2b7e8b766a868bde159b6fd /lisp/term.el | |
parent | e81fd1f7470c2ff0cef31ec94e5a1b839b129829 (diff) | |
download | emacs-6abd38efcdcc0ec7170f7447ca5a9222e12ecaa8.tar.gz |
delete comments referring to long defunct make-shell.
Diffstat (limited to 'lisp/term.el')
-rw-r--r-- | lisp/term.el | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lisp/term.el b/lisp/term.el index 8e266c0e78a..4ddd78dd5e0 100644 --- a/lisp/term.el +++ b/lisp/term.el @@ -783,8 +783,6 @@ name of one" (let ((proc (get-buffer-process buffer))) (and proc (memq (process-status proc) '(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-term (name program &optional startfile &rest switches) "Make a term process NAME in a buffer, running PROGRAM. @@ -3242,12 +3240,6 @@ Typing SPC flushes the help buffer." ;;; (run-hooks 'shell-mode-hook)) ;;; ;;; -;;; Note that make-term 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-term a program argument -;;; of NIL, it barfs. Adjust your code accordingly... -;;; ;;; Completion for term-mode users ;;; ;;; For modes that use term-mode, term-dynamic-complete-functions is the |