Eli Zaretskii writes: >> > We deliberately didn't define the functions you are now adding, since >> > they are just one 'not' away. Do they really simplify the callers so >> > much that we now want to add them? >> >> I don't know, but I'm also not sure I understand the benefit of not >> adding them. > > The same reason why we don't have string-greater-p: keep Emacs from > becoming larger without a good reason. I've rewritten the patch to not add such functions. >> > This tells nothing about the changes which aren't "documenting it". >> > (And, btw, what is "it" here is not clear at all.) Fixed. > But doesn't it change the API of that internal function in > incompatible ways? If it does, was that really necessary? I've changed the patch to no longer do that change. The change is in any case orthogonal to what I'm trying to achieve here and better to make separately. (I might later suggest that change in a separate patch.) Please find attached an updated patch. I hope it's more straightforward to review. Best regards, Stefan Kangas