aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 6e0b039ce30..678139ecbcf 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -533,6 +533,11 @@ The HIST argument of 'read-from-minibuffer' now works correctly with
533buffer-local variables. This means that different buffers can have 533buffer-local variables. This means that different buffers can have
534their own separated input history list if desired. 534their own separated input history list if desired.
535 535
536** 'backup-by-copying-when-privileged-mismatch' applies to file gid, too.
537In addition to checking the file owner uid, Emacs also checks that the
538group gid is not greater than backup-by-copying-when-privileged-mismatch;
539if so, backup-by-copying-when-mismatch will be forced on.
540
536 541
537* Editing Changes in Emacs 27.1 542* Editing Changes in Emacs 27.1
538 543