mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-23 04:52:42 -08:00
run-program: typos / ommisions
This commit is contained in:
parent
86faf44d2a
commit
9a166af99c
2 changed files with 2 additions and 1 deletions
|
|
@ -939,6 +939,7 @@
|
|||
si::do-defsetf si::do-define-setf-method
|
||||
;; process.lsp
|
||||
ext:system
|
||||
ext:run-program
|
||||
;; pprint.lsp
|
||||
pprint-fill copy-pprint-dispatch pprint-dispatch
|
||||
pprint-linear pprint-newline pprint-tab pprint-tabular
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@
|
|||
(if-input-does-not-exist nil)
|
||||
(if-output-exists :error)
|
||||
(if-error-exists :error)
|
||||
(external-format () :default)
|
||||
(external-format :default)
|
||||
#+windows (escape-arguments t))
|
||||
|
||||
(flet ((process-stream (which default &rest args)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue