]> git.eshelyaron.com Git - emacs.git/commit
backup-by-copying-when-privileged-mismatch applies to file gid, too.
authorStephen Gildea <stepheng+emacs@gildea.com>
Fri, 20 Dec 2019 17:15:13 +0000 (09:15 -0800)
committerStephen Gildea <stepheng+emacs@gildea.com>
Sat, 21 Dec 2019 18:51:10 +0000 (10:51 -0800)
commit678a71ea2d044f19f75e3f45c930c5e3b707e3dc
treee62c41f8970ff093717954d300f7176b8be2058c
parent59ce7609cb383893ac55921589051993c388c6cc
backup-by-copying-when-privileged-mismatch applies to file gid, too.

* lisp/files.el (backup-by-copying-when-privileged-mismatch):  In addition
to checking the file uid, a second test is added: if the file gid is not
greater than backup-by-copying-when-privileged-mismatch,
backup-by-copying-when-mismatch will also be forced on.

* doc/emacs/files.texi, doc/lispref/backups.texi: Updated documentation.

Also fixed a typo in the Emacs reference manual, changing "higher" to
"no greater" so that the limit is no longer documented reversed.
doc/emacs/files.texi
doc/lispref/backups.texi
etc/NEWS
lisp/files.el