comparison etc/NEWS @ 81763:ee27e7153c38

* NEWS: `file-remote-p' has a new optional parameter CONNECTED.
author Michael Albinus <michael.albinus@gmx.de>
date Sun, 08 Jul 2007 18:10:09 +0000
parents e75a9a5b8536
children 9ec60a953d51 988f1edc9674
comparison
equal deleted inserted replaced
81762:44be65f35e43 81763:ee27e7153c38
124 +++ 124 +++
125 ** The new function `start-file-process is similar to `start-process', 125 ** The new function `start-file-process is similar to `start-process',
126 but obeys file handlers. The file handler is chosen based on 126 but obeys file handlers. The file handler is chosen based on
127 `default-directory'. 127 `default-directory'.
128 128
129 +++
130 ** `file-remote-p' has a new optional parameter CONNECTED.
131 With this paramter passed non-nil, it is checked whether a remote
132 connection has been established already.
133
129 134
130 * New Packages for Lisp Programming in Emacs 23.1 135 * New Packages for Lisp Programming in Emacs 23.1
131 136
132 137
133 ---------------------------------------------------------------------- 138 ----------------------------------------------------------------------