diff options
Diffstat (limited to 'lisp/mastodon-views.el')
-rw-r--r-- | lisp/mastodon-views.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/mastodon-views.el b/lisp/mastodon-views.el index 608d13f..411d2d2 100644 --- a/lisp/mastodon-views.el +++ b/lisp/mastodon-views.el @@ -600,6 +600,9 @@ JSON is the filters data." "Insert filter keywords KWS." (insert "\n\n") (let ((beg (point)) + (table-cell-horizontal-chars (if (char-displayable-p ?–) ; ?– ?-) + "–" + "-")) (whole-str "whole-words-only:")) (insert (concat "Terms: | " whole-str "\n")) (mapc (lambda (kw) |