diff options
| author | Thomas Ulmer <thomas.ulmer@redflagai.co> | 2025-06-03 13:59:58 -0700 |
|---|---|---|
| committer | Thomas Ulmer <thomas.ulmer@redflagai.co> | 2025-06-12 15:17:20 -0700 |
| commit | 984d22a87cddfc4e621f095dc036181a81b5579a (patch) | |
| tree | 257ee112d68bfdb80a6f2267d24f2df73bd3d002 /emacs/site-lisp/single-header.el | |
| parent | e9092666803bc119645ae967f73d6466caf15fad (diff) | |
compat changes for older emacs
Diffstat (limited to 'emacs/site-lisp/single-header.el')
| -rwxr-xr-x | emacs/site-lisp/single-header.el | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
