diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-02-28 21:31:51 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-02-28 21:31:51 +0100 |
commit | b9368c00359bc6407048669539957a45cac47297 (patch) | |
tree | 056678846d577083c6c43723b1166e88bc465e79 /lisp | |
parent | 619ebc6cb1f65280f1be785b92ce699575732c74 (diff) |
remove some whitespace
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mastodon-toot.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el index 7f24818..2625695 100644 --- a/lisp/mastodon-toot.el +++ b/lisp/mastodon-toot.el @@ -933,7 +933,7 @@ Federated user: `username@host.co`." ;; reverse does not work on vectors in 24.5 (mapcar (lambda(x) (alist-get 'acct x)) (reverse mentions)))) - + (defun mastodon-toot--get-bounds (regex) "Get bounds of tag or handle before point using REGEX." ;; needed because # and @ are not part of any existing thing at point |