Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6abd38ef
Commit
6abd38ef
authored
Jan 08, 1997
by
Simon Marshall
Browse files
delete comments referring to long defunct make-shell.
parent
e81fd1f7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
lisp/term.el
lisp/term.el
+0
-8
No files found.
lisp/term.el
View file @
6abd38ef
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment