Hello, Anders Johansson <mejlaande...@gmail.com> writes:
> I just noticed a place where it would be appropriate to use regexp-opt > instead of doing: > (concat ":\\(" (mapconcat 'car value "\\|") "\\):")))) > > regexp-opt promises to be more efficient. Applied. Thank you. Regards, -- Nicolas Goaziou