From 101e2c7ee74bfa1df6bb3d31a9daeca6a0a75243 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Fri, 30 Dec 2022 10:23:04 +1100 Subject: `mastodon-tl--set-after-update-marker' - add `t` to last cond branch --- lisp/mastodon-tl.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index b3427fc..0a30186 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -2788,8 +2788,9 @@ from the start if it is nil." (next-single-property-change (or mastodon-tl--update-point (point-min)) 'byline)) - (error "Unknown mastodon-tl-position-after-update value %S" - mastodon-tl-position-after-update))) + (t + (error "Unknown mastodon-tl-position-after-update value %S" + mastodon-tl-position-after-update)))) ;; Make the marker advance if text gets inserted there. (set-marker-insertion-type marker t) (setq mastodon-tl--after-update-marker marker)) -- cgit v1.2.3