From: Kai Großjohann Date: Fri, 2 Jul 2004 14:49:00 +0000 (+0000) Subject: ** file-remote-p now returns an identifier for the remote system, X-Git-Tag: ttn-vms-21-2-B4~5568 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5fe536b81b3f41fba656b191e0c5c0e5439cc8ae;p=emacs.git ** 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.) --- diff --git a/etc/NEWS b/etc/NEWS index ba9eb3121e6..be4460961b4 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -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.