]> git.eshelyaron.com Git - emacs.git/commit
Add special '$GID' variable in Eshell
authorJim Porter <jporterbugs@gmail.com>
Sat, 8 Jul 2023 06:18:33 +0000 (23:18 -0700)
committerJim Porter <jporterbugs@gmail.com>
Sat, 8 Jul 2023 19:19:29 +0000 (12:19 -0700)
commite074081af3de6bbdff330f6fa60355b3a86215bb
tree5ae04f3f91038dc07914bccb920a481d0ebb11e5
parent8c5fef4eb301d878b9761ebf74f845895f014610
Add special '$GID' variable in Eshell

See bug#64529.

* lisp/eshell/esh-var.el (eshell-variable-aliases-list): Add '$GID'.

* test/lisp/eshell/esh-var-tests.el (esh-var-test/gid-var): New test.

* doc/misc/eshell.texi (Variables): Document '$GID'.

* etc/NEWS: Announce this change (and the previous change for '$UID').
doc/misc/eshell.texi
etc/NEWS
lisp/eshell/esh-var.el
test/lisp/eshell/esh-var-tests.el