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:
parent
0799b7c746
commit
6dbe7eb4e2
2 changed files with 8 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
4
etc/NEWS
4
etc/NEWS
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue