]> git.eshelyaron.com Git - emacs.git/commitdiff
** file-remote-p now returns an identifier for the remote system,
authorKai Großjohann <kgrossjo@eu.uu.net>
Fri, 2 Jul 2004 14:49:00 +0000 (14:49 +0000)
committerKai Großjohann <kgrossjo@eu.uu.net>
Fri, 2 Jul 2004 14:49:00 +0000 (14:49 +0000)
if the file is indeed remote.  (Before, the return value was t in
this case.)

etc/NEWS

index ba9eb3121e6aa042f47820734004c5674e711f3f..be4460961b42c82d68af33b74099ccaee1c5289e 100644 (file)
--- 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.