mirror of
https://github.com/SqrtMinusOne/org-journal-tags.git
synced 2025-12-10 19:03:03 +03:00
fix: warning
This commit is contained in:
parent
e462e71291
commit
006c36842f
1 changed files with 2 additions and 0 deletions
|
|
@ -1857,6 +1857,8 @@ the minibuffer."
|
|||
(if (string-match-p (rx "(rx") value)
|
||||
(condition-case err
|
||||
(eval (car (read-from-string value)))
|
||||
;; XXX `error' indeed takes an f-string, but here error is
|
||||
;; just a symbol, not a function.
|
||||
(error (format "Error: %s" (prin1-to-string err))))
|
||||
value)))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue