From caf694e383a3382bdd8bf712d86acbe1e50f00ef Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Tue, 13 Aug 2024 09:37:29 +0200 Subject: flymake views.el --- lisp/mastodon-views.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lisp') diff --git a/lisp/mastodon-views.el b/lisp/mastodon-views.el index a363ef0..b23d364 100644 --- a/lisp/mastodon-views.el +++ b/lisp/mastodon-views.el @@ -531,7 +531,7 @@ If ID, just return that toot." (interactive) (let ((id (mastodon-tl--property 'id :no-move))) (if (null id) - (user-error "no scheduled toot at point?") + (user-error "No scheduled toot at point?") (mastodon-toot--schedule-toot :reschedule)))) (defun mastodon-views--copy-scheduled-toot-text () @@ -549,7 +549,7 @@ NO-CONFIRM means there is no ask or message, there is only do." (interactive) (let ((id (or id (mastodon-tl--property 'id :no-move)))) (if (null id) - (user-error "no scheduled toot at point?") + (user-error "No scheduled toot at point?") (when (or no-confirm (y-or-n-p "Cancel scheduled toot?")) (let* ((url (mastodon-http--api (format "scheduled_statuses/%s" id))) @@ -565,7 +565,7 @@ NO-CONFIRM means there is no ask or message, there is only do." (interactive) (let ((id (mastodon-tl--property 'id :no-move))) (if (null id) - (user-error "no scheduled toot at point?") + (user-error "No scheduled toot at point?") (let* ((toot (mastodon-tl--property 'scheduled-json :no-move)) (scheduled (alist-get 'scheduled_at toot))) (let-alist (alist-get 'params toot) -- cgit v1.2.3