1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 23:10:47 -08:00

* NEWS: New functions `start-file-process-shell-command' and

`process-file-shell-command'.
This commit is contained in:
Michael Albinus 2007-07-24 20:40:26 +00:00
parent 0799b7c746
commit 6dbe7eb4e2
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-07-24 Michael Albinus <michael.albinus@gmx.de>
* NEWS: New functions `start-file-process-shell-command' and
`process-file-shell-command'.
2007-07-17 Michael Albinus <michael.albinus@gmx.de>
* NEWS: `file-remote-p' has a new optional parameter IDENTIFICATION.

View file

@ -189,7 +189,9 @@ with a given image specification.
+++
** The new function `start-file-process is similar to `start-process',
but obeys file handlers. The file handler is chosen based on
`default-directory'.
`default-directory'. The functions `start-file-process-shell-command'
and `process-file-shell-command' are also new; they call internally
`start-file-process and `process-file', respectively.
+++
** `file-remote-p' has new optional parameters IDENTIFICATION and CONNECTED.