aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Marshall1997-01-08 14:57:02 +0000
committerSimon Marshall1997-01-08 14:57:02 +0000
commit6abd38efcdcc0ec7170f7447ca5a9222e12ecaa8 (patch)
tree14984cd962976472e2b7e8b766a868bde159b6fd
parente81fd1f7470c2ff0cef31ec94e5a1b839b129829 (diff)
downloademacs-6abd38efcdcc0ec7170f7447ca5a9222e12ecaa8.tar.gz
emacs-6abd38efcdcc0ec7170f7447ca5a9222e12ecaa8.zip
delete comments referring to long defunct make-shell.
-rw-r--r--lisp/term.el8
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"
783 (let ((proc (get-buffer-process buffer))) 783 (let ((proc (get-buffer-process buffer)))
784 (and proc (memq (process-status proc) '(run stop))))) 784 (and proc (memq (process-status proc) '(run stop)))))
785 785
786;;; Note that this guy, unlike shell.el's make-shell, barfs if you pass it ()
787;;; for the second argument (program).
788;;;###autoload 786;;;###autoload
789(defun make-term (name program &optional startfile &rest switches) 787(defun make-term (name program &optional startfile &rest switches)
790"Make a term process NAME in a buffer, running PROGRAM. 788"Make a term process NAME in a buffer, running PROGRAM.
@@ -3242,12 +3240,6 @@ Typing SPC flushes the help buffer."
3242;;; (run-hooks 'shell-mode-hook)) 3240;;; (run-hooks 'shell-mode-hook))
3243;;; 3241;;;
3244;;; 3242;;;
3245;;; Note that make-term is different from make-shell in that it
3246;;; doesn't have a default program argument. If you give make-shell
3247;;; a program name of NIL, it cleverly chooses one of explicit-shell-name,
3248;;; $ESHELL, $SHELL, or /bin/sh. If you give make-term a program argument
3249;;; of NIL, it barfs. Adjust your code accordingly...
3250;;;
3251;;; Completion for term-mode users 3243;;; Completion for term-mode users
3252;;; 3244;;;
3253;;; For modes that use term-mode, term-dynamic-complete-functions is the 3245;;; For modes that use term-mode, term-dynamic-complete-functions is the