mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-19 14:41:11 -08:00
delete comments referring to long defunct make-shell.
This commit is contained in:
parent
e81fd1f747
commit
6abd38efcd
1 changed files with 0 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue