M-x shell-command and M-x shell-command-on-region changed to make
authorChris Hanson <org/chris-hanson/cph>
Sat, 26 Oct 1991 21:08:33 +0000 (21:08 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sat, 26 Oct 1991 21:08:33 +0000 (21:08 +0000)
commit49510fa2df06522834c4bdbf590f41f5f5af65e6
tree50f268d764a37fa5c2b65b3b8692b6bc493d244a
parent230a7c60393d59bd2a93ae6f09dc65ee8a52a205
M-x shell-command and M-x shell-command-on-region changed to make
process's working directory be the current buffer's default directory.
Procedures SHELL-COMMAND and RUN-SYNCHRONOUS-SUBPROCESS changed to
permit specification of this directory, and also to specify whether
PTYs should be used.  SHELL-COMMAND-ON-REGION eliminated because
SHELL-COMMAND now takes an input-region argument.
v7/src/edwin/dired.scm
v7/src/edwin/manual.scm
v7/src/edwin/print.scm
v7/src/edwin/process.scm
v7/src/edwin/rmail.scm
v7/src/edwin/sendmail.scm