From 984d22a87cddfc4e621f095dc036181a81b5579a Mon Sep 17 00:00:00 2001 From: Thomas Ulmer Date: Tue, 3 Jun 2025 13:59:58 -0700 Subject: compat changes for older emacs --- emacs/site-lisp/single-header.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emacs/site-lisp/single-header.el') diff --git a/emacs/site-lisp/single-header.el b/emacs/site-lisp/single-header.el index 1378384..0080da1 100755 --- a/emacs/site-lisp/single-header.el +++ b/emacs/site-lisp/single-header.el @@ -92,7 +92,8 @@ to non-nil. The last update time is in a frame parameter (s-truncate 8 (ednc-notification-summary e)) (s-truncate 20 (ednc-notification-body e))) ) - (ednc-notifications))) + (ednc-notifications) + "")) (defun single-header-dismiss (num) "Dismiss the most recent notification from the header line. With a prefix -- cgit v1.2.3