Mercurial > emacs
changeset 56320:631d0b7593ee
** 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.)
author | Kai Großjohann <kgrossjo@eu.uu.net> |
---|---|
date | Fri, 02 Jul 2004 14:49:00 +0000 |
parents | 18b35062b4ab |
children | 904bb1836ccd |
files | etc/NEWS |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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.