diff options
author | mousebot <mousebot@riseup.net> | 2021-10-18 20:53:19 +0200 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2021-10-18 20:53:19 +0200 |
commit | 6d6c0a1c2b105e8adfdb24e6d6a2a65ebe78d1f3 (patch) | |
tree | d060768081f4198b22b69cf917f3df54e0933d77 /lisp | |
parent | ba15ee5892907ddb6ad653dfcb3850f9622d7517 (diff) |
typo
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mastodon-media.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-media.el b/lisp/mastodon-media.el index b526841..8aadf0a 100644 --- a/lisp/mastodon-media.el +++ b/lisp/mastodon-media.el @@ -209,7 +209,7 @@ REGION-LENGTH is the range from start to propertize." 'media-state 'loading-failed) :loading-failed)))))) -H + (defun mastodon-media--select-next-media-line (end-pos) "Find coordinates of the next media to load before END-POS. |