]> git.eshelyaron.com Git - emacs.git/commit
pcomplete/find: Support new GNU find expressions
authorStefan Kangas <stefankangas@gmail.com>
Tue, 5 Nov 2024 03:19:22 +0000 (04:19 +0100)
committerEshel Yaron <me@eshelyaron.com>
Fri, 8 Nov 2024 13:31:27 +0000 (14:31 +0100)
commit550e7c55c79341c168dd8f1f6b2ab9e062f65cd8
tree9f6a8de994878837d04a93c2a1811b70326b1beb
parent7616564a8494384b79869e273b8e7b159a6ec946
pcomplete/find: Support new GNU find expressions

* lisp/pcmpl-gnu.el (pcomplete/find): Add expressions from new GNU find:
"-newerxy" (4.3.3) and "-files0-from" (4.9.0).  This list is now
complete as of GNU findutils 4.10.0, released on 2024-06-01.

(cherry picked from commit a0f8fb806ff5ce192671d90636aa14a12aa47b8a)
lisp/pcmpl-gnu.el