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
af37b2e6
Commit
af37b2e6
authored
Apr 08, 1995
by
Richard M. Stallman
Browse files
(make-comint): Error, if start-process is not fboundp.
parent
5b42ec2b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
lisp/comint.el
lisp/comint.el
+2
-0
No files found.
lisp/comint.el
View file @
af37b2e6
...
...
@@ -513,6 +513,8 @@ running process in that buffer, it is not restarted. Optional third arg
STARTFILE is the name of a file to send the contents of to the process.
If PROGRAM is a string, any more args are arguments to PROGRAM."
(
or
(
fboundp
'start-process
)
(
error
"Multi-processing is not supported for this system"
))
(
let
((
buffer
(
get-buffer-create
(
concat
"*"
name
"*"
))))
;; If no process, or nuked process, crank up a new one and put buffer in
;; comint mode. Otherwise, leave buffer and existing process alone.
...
...
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