]> git.eshelyaron.com Git - emacs.git/commit
Add 'G' argument predicate in Eshell
authorJim Porter <jporterbugs@gmail.com>
Sat, 2 Apr 2022 05:06:02 +0000 (22:06 -0700)
committerEli Zaretskii <eliz@gnu.org>
Sun, 17 Apr 2022 07:29:07 +0000 (10:29 +0300)
commit3dc73569b405d80e89c2965daba31ea4ee6664f0
tree5962ada86eaaca6c1748b0abdd5dab619150a8eb
parent6358cbc21a816ac95c2e6e22e087ccd3736874bc
Add 'G' argument predicate in Eshell

* lisp/eshell/em-pred.el (eshell-predicate-alist): Add 'G' predicate.
(eshell-predicate-help-string): Document it.  (Bug#54470)

* test/lisp/eshell/em-pred-tests.el
(em-pred-test/predicate-effective-gid): New test.

* doc/misc/eshell.text (Argument Predication): Document 'G' predicate.
doc/misc/eshell.texi
lisp/eshell/em-pred.el
test/lisp/eshell/em-pred-tests.el