From e5048d8dc7ddd604b60821583423fd3689b6af58 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Wed, 18 Sep 2024 11:33:52 +0200 Subject: revert an eq call to equal --- lisp/mastodon-tl.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp') diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index 167e647..4058abc 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -2007,7 +2007,7 @@ We hide replies if user explictly set the timeline." (and (mastodon-tl--timeline-proper-p) ; Only if we are in a proper timeline (or mastodon-tl--hide-replies ; User configured to hide replies - (eq '(4) prefix)))) ; Timeline called with C-u prefix + (equal '(4) prefix)))) ; Timeline called with C-u prefix ;;; UTILITIES -- cgit v1.2.3