aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-toot.el
diff options
context:
space:
mode:
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 60cc4da..7a40354 100644
--- a/lisp/mastodon-toot.el
+++ b/lisp/mastodon-toot.el
@@ -1217,7 +1217,7 @@ Added to `after-change-functions'."
(mastodon-toot--propertize-item "#[1-9a-zA-Z_]+"
'success
(cdr header-region))
- (mastodon-toot--propertize-item "@[1-9a-zA-Z._]+"
+ (mastodon-toot--propertize-item "@[1-9a-zA-Z._-]+"
'mastodon-display-name-face
(cdr header-region)))))