]> code.delx.au - gnu-emacs/commit
* simple.el (process-file): New function, similar to call-process
authorKai Großjohann <kgrossjo@eu.uu.net>
Sat, 23 Oct 2004 19:52:18 +0000 (19:52 +0000)
committerKai Großjohann <kgrossjo@eu.uu.net>
Sat, 23 Oct 2004 19:52:18 +0000 (19:52 +0000)
commit0457dd55384ea10734a4a888c28bf842bdf6938d
tree8c680c668fac52010b0456608c354a81be7177e5
parentf2aa54499ec7a97d599dba2f5ce8383b2c4ef04a
* simple.el (process-file): New function, similar to call-process
but supports file handlers.
* vc.el (vc-do-command): Use it, instead of call-process.
* net/tramp-vc.el (vc-do-command): Do not advise it if
process-file is fboundp.
* net/tramp.el (tramp-file-name-handler-alist): Add entry for
process-file.
(tramp-handle-process-file): New function.
(tramp-file-name-for-operation): Support process-file.
lisp/ChangeLog
lisp/net/tramp-vc.el
lisp/net/tramp.el
lisp/simple.el
lisp/vc.el