]> git.eshelyaron.com Git - emacs.git/commit
Don't pcomplete 'find -newerxy' flag
authorStefan Kangas <stefankangas@gmail.com>
Sun, 10 Nov 2024 00:29:18 +0000 (01:29 +0100)
committerEshel Yaron <me@eshelyaron.com>
Mon, 11 Nov 2024 10:26:24 +0000 (11:26 +0100)
commit613bc7c4e1ad145db5a86970481388edcb5aca39
tree875d991534b372335d50e80f9ba3c03c7506f4a0
parente9a9b6cb28169df179ff784e97da775936dc113d
Don't pcomplete 'find -newerxy' flag

* lisp/pcmpl-gnu.el (pcomplete/find): Remove -newerxy flag.
This flag is not used verbatim like that, and we already complete
the "-newer" flag, which should be all that users need.
Problem reported by Juri Linkov <juri@linkov.net>.

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