From c151212966039601193f99698536e9284c98073c Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Mon, 2 Mar 2015 21:31:09 -0300 Subject: Set json-array-type to 'list and perform many simplifications due to usage of lists instead of vectors --- sx-notify.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sx-notify.el') diff --git a/sx-notify.el b/sx-notify.el index 0c9a5b8..24aa9b7 100644 --- a/sx-notify.el +++ b/sx-notify.el @@ -72,11 +72,11 @@ (setq sx-inbox--unread-inbox (cl-remove-if (lambda (x) (member (cdr (assq 'link x)) sx-inbox--read-inbox)) - (append (sx-inbox-get) nil))) + (sx-inbox-get))) (setq sx-inbox--unread-notifications (cl-remove-if (lambda (x) (member (cdr (assq 'link x)) sx-inbox--read-notifications)) - (append (sx-inbox-get t) nil)))) + (sx-inbox-get t)))) (provide 'sx-notify) ;;; sx-notify.el ends here -- cgit v1.2.3