** file-remote-p now returns an identifier for the remote system,

if the file is indeed remote.  (Before, the return value was t in
this case.)
This commit is contained in:
Kai Großjohann
2004-07-02 14:49:00 +00:00
parent 1e118124a8
commit 5fe536b81b

View File

@@ -2222,6 +2222,10 @@ arg is non-nil.
modification times. Magic file name handlers can handle this
operation.
** file-remote-p now returns an identifier for the remote system,
if the file is indeed remote. (Before, the return value was t in
this case.)
** The display space :width and :align-to text properties are now
supported on text terminals.