Fix wrong usage of pcase

This commit is contained in:
Daniel Borchmann 2024-10-03 17:46:59 +02:00
parent bdfcc61dd2
commit 62d4f62af4
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625

View File

@ -771,7 +771,7 @@ PARAMS is a property list of the following parameters:
((and (pred stringp) arg)
#'(lambda (x) (string-match arg x)))
((and (pred functionp) fun) fun)
(_ (user-error "Invalid argument to :skip-matches: %s" arg))))
(arg (user-error "Invalid argument to :skip-matches: %s" arg))))
(work-hours (or (plist-get params :work-hours)
"8:00"))
date-range)