Files
doomemacs/core/core-cli-lib.el
Henrik Lissner cd8fb0059d fix(cli): validation for regexp arguments
string-match-p throws an error if given an invalid regexp, which is what
we *should* be testing for, not its return value (which should be
ignored), but this wasn't the case before this commit.

Fix: #6534
2022-07-05 14:15:06 +02:00

74 KiB