]> git.eshelyaron.com Git - emacs.git/commit
Fix last change
authorEli Zaretskii <eliz@gnu.org>
Sat, 10 Nov 2018 09:16:17 +0000 (11:16 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 10 Nov 2018 09:16:17 +0000 (11:16 +0200)
commitd6b7b60cd0b4af8c0760589e132593b5c716d8ce
tree140b22b62d9456423ba283aaa2ce827b4d3a26b2
parentffb4c76d99ba9d4f5a0d876c23b2837d31291141
Fix last change

* src/editfns.c (Fgroup_name): Fix the doc string.  Move
closer to the "group" functions.
* src/w32.c (getgrgid): Return NULL if GID is not the group ID
of the user of this Emacs session

* test/src/editfns-tests.el (test-group-name): Rename from
'group-name'.  Add tests for non-Posix hosts.  Test error when
the argument to group-name is invalid.

* etc/NEWS: Fix wording of last added entry.
etc/NEWS
src/editfns.c
src/w32.c
test/src/editfns-tests.el