aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chime.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/chime.el b/chime.el
index a9b6d9a..bb93153 100644
--- a/chime.el
+++ b/chime.el
@@ -1732,8 +1732,7 @@ Handles both regular event notifications and day-wide alerts."
(chime--notify (car day-wide))
;; Multiple events: bundle into one notification, one sound
(let* ((messages (mapcar #'car day-wide))
- (body (mapconcat #'identity messages "\n"))
- (title (format "%d day-wide events" (length day-wide))))
+ (body (mapconcat #'identity messages "\n")))
(chime--notify (cons body 'medium))))))))
(defun chime--maybe-warn-persistent-failures ()