diff options
author | mousebot <mousebot@riseup.net> | 2021-05-31 08:37:54 +0200 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2021-05-31 09:20:12 +0200 |
commit | 2f14752767a03f6e9979dd5d3897425cd7aa2e37 (patch) | |
tree | 3e31c32ab55fc4ec6391e2e41b70be70dbedbb7e /lisp/mastodon-toot.el | |
parent | 00ec168eafb1233b0164611e622f018a3c362ea3 (diff) |
travis.yml, move to new cask install method
Diffstat (limited to 'lisp/mastodon-toot.el')
-rw-r--r-- | lisp/mastodon-toot.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el index c507384..8328bb9 100644 --- a/lisp/mastodon-toot.el +++ b/lisp/mastodon-toot.el @@ -483,8 +483,7 @@ If REPLY-TO-ID is provided, set the MASTODON-TOOT--REPLY-TO-ID var." (cw-region (mastodon-tl--find-property-range 'toot-post-cw-flag (point-min))) (attachment-region (mastodon-tl--find-property-range - 'toot-attachment (point-min))) - ) + 'toot-attachment (point-min)))) (add-text-properties (car count-region) (cdr count-region) (list 'display (format "%s characters" |