diff options
Diffstat (limited to 'lisp/notifications.el')
-rw-r--r-- | lisp/notifications.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/notifications.el b/lisp/notifications.el index e19e0eee3a9..2358b52c097 100644 --- a/lisp/notifications.el +++ b/lisp/notifications.el @@ -232,8 +232,8 @@ of another `notifications-notify' call." (add-to-list 'hints `(:dict-entry "urgency" (:variant :byte ,(pcase urgency - (`low 0) - (`critical 2) + ('low 0) + ('critical 2) (_ 1)))) t)) (when category (add-to-list 'hints `(:dict-entry |