From a623a6dc667d018729befa298c1144dff0f2769f Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Fri, 13 Oct 2023 22:05:55 +0200 Subject: fix reporting rules tests --- lisp/mastodon-tl.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/mastodon-tl.el') diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index ddae34a..9209026 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -2232,7 +2232,7 @@ report the account for spam." "rules [TAB for options, | to separate]: " alist nil t))) (mapcar (lambda (x) - (alist-get x alist)) + (alist-get x alist nil nil #'equal)) choices))) -- cgit v1.2.3