aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-toot.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-10-31 11:42:40 +0100
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-11-05 15:41:27 +0100
commitb2d79eabd34040c9e8cadffb44ebcde771c35b33 (patch)
tree8c5b2516ae6837f25514b231c2c7c0baa8470559 /lisp/mastodon-toot.el
parent0f85f3d69066a48434a6b27c4cbb77aa976984e9 (diff)
toot--kill: fix delete after change funs fun name
Diffstat (limited to 'lisp/mastodon-toot.el')
-rw-r--r--lisp/mastodon-toot.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el
index 9d2d02d..bcb4af1 100644
--- a/lisp/mastodon-toot.el
+++ b/lisp/mastodon-toot.el
@@ -474,7 +474,7 @@ CANCEL means the toot was not sent, so we save the toot text as a draft."
(cl-pushnew mastodon-toot-current-toot-text
mastodon-toot-draft-toots-list :test 'equal)))
;; prevent some weird bug when cancelling a non-empty toot:
- (delete #'mastodon-toot-save-toot-text after-change-functions)
+ (delete #'mastodon-toot--save-toot-text after-change-functions)
(kill-buffer-and-window))
(defun mastodon-toot--cancel ()