From f6a63e4b441424298f1239372ec50b528d343b65 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sun, 10 Nov 2024 01:29:18 +0100 Subject: [PATCH] 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 . --- lisp/pcmpl-gnu.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/pcmpl-gnu.el b/lisp/pcmpl-gnu.el index efba0cc2d34..2b48255f3f1 100644 --- a/lisp/pcmpl-gnu.el +++ b/lisp/pcmpl-gnu.el @@ -360,7 +360,7 @@ Return the new list." "-inum" "-ipath" "-iregex" "-iwholename" "-links" "-lname" "-ls" "-maxdepth" "-mindepth" "-mmin" "-mount" "-mtime" - "-name" "-newer" "-newerxy" "-nogroup" "-noignore_readdir_race" + "-name" "-newer" "-nogroup" "-noignore_readdir_race" "-noleaf" "-nouser" "-nowarn" "-ok" "-okdir" "-path" "-perm" "-print" "-print0" "-printf" "-prune" "-quit"