# HG changeset patch # User Kai Grojohann # Date 1088779740 0 # Node ID 631d0b7593eef364ed56a87e015b43ff9535c29a # Parent 18b35062b4aba8c4063b554a2ec60745848b2e7d ** 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 -r 18b35062b4ab -r 631d0b7593ee etc/NEWS --- a/etc/NEWS Fri Jul 02 07:32:44 2004 +0000 +++ b/etc/NEWS Fri Jul 02 14:49:00 2004 +0000 @@ -2222,6 +2222,10 @@ 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.