aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
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.
2222modification times. Magic file name handlers can handle this 2222modification times. Magic file name handlers can handle this
2223operation. 2223operation.
2224 2224
2225** file-remote-p now returns an identifier for the remote system,
2226if the file is indeed remote. (Before, the return value was t in
2227this case.)
2228
2225** The display space :width and :align-to text properties are now 2229** The display space :width and :align-to text properties are now
2226supported on text terminals. 2230supported on text terminals.
2227 2231