From a0df42d70b8e7285234c4a8bb3d65154c7a31c70 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Wed, 30 Nov 2022 10:56:25 +0100 Subject: schedule-toot - comment to acknowledge ct --- lisp/mastodon-toot.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lisp') diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el index 87b1b77..7efe682 100644 --- a/lisp/mastodon-toot.el +++ b/lisp/mastodon-toot.el @@ -1161,6 +1161,8 @@ Return its two letter ISO 639 1 code." (defun mastodon-toot--schedule-toot (&optional reschedule) "Read a date (+ time) in the minibuffer and schedule the current toot. With RESCHEDULE, reschedule the scheduled toot at point without editing." + ;; original idea by christian tietze, thanks! + ;; https://codeberg.org/martianh/mastodon.el/issues/285 (interactive) (let* ((id (when reschedule (get-text-property (point) 'id))) (ts (when reschedule -- cgit v1.2.3