diff options
| author | Eli Zaretskii | 2018-11-10 11:16:17 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2018-11-10 11:16:17 +0200 |
| commit | d6b7b60cd0b4af8c0760589e132593b5c716d8ce (patch) | |
| tree | 140b22b62d9456423ba283aaa2ce827b4d3a26b2 /etc | |
| parent | ffb4c76d99ba9d4f5a0d876c23b2837d31291141 (diff) | |
| download | emacs-d6b7b60cd0b4af8c0760589e132593b5c716d8ce.tar.gz emacs-d6b7b60cd0b4af8c0760589e132593b5c716d8ce.zip | |
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.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1264,7 +1264,7 @@ uses of this function all but disappeared by now, so we are | |||
| 1264 | un-obsoleting it. | 1264 | un-obsoleting it. |
| 1265 | 1265 | ||
| 1266 | +++ | 1266 | +++ |
| 1267 | ** New function 'group-name' returns a group name based on a group-GID | 1267 | ** New function 'group-name' returns a group name corresponding to GID. |
| 1268 | 1268 | ||
| 1269 | 1269 | ||
| 1270 | * Changes in Emacs 27.1 on Non-Free Operating Systems | 1270 | * Changes in Emacs 27.1 on Non-Free Operating Systems |