diff options
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el index 8ec369a..b376d55 100644 --- a/init.el +++ b/init.el | |||
@@ -560,7 +560,7 @@ | |||
560 | "Return t if at least one regex in RETGEXP-LIST matches STRING, else nil." | 560 | "Return t if at least one regex in RETGEXP-LIST matches STRING, else nil." |
561 | ;; FINE alphapapa ;P | 561 | ;; FINE alphapapa ;P |
562 | (seq-some (lambda (regexp) | 562 | (seq-some (lambda (regexp) |
563 | (string-match regexp string)) | 563 | (string-match regexp (or string ""))) |
564 | regexp-list)) | 564 | regexp-list)) |
565 | 565 | ||
566 | (defun flymake-unless () | 566 | (defun flymake-unless () |