diff options
Diffstat (limited to 'lisp/mastodon-toot.el')
-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 5a735dc..9f46cb6 100644 --- a/lisp/mastodon-toot.el +++ b/lisp/mastodon-toot.el @@ -887,7 +887,7 @@ meta fields respectively." (looking-at str-prefix))) (if (and (string= str-prefix "@") (> (length handle-before) 1)) ; more than just @ - (concat str-prefix (substring-no-properties handle-before 1)) ;handle + (concat str-prefix (substring-no-properties handle-before 1)) ; handle (concat str-prefix (company-grab-symbol))))) ; tag (candidates (funcall candidates-fun arg)) (annotation (funcall annot-fun arg)) |