From e9ddf28832eb06f9731b74f3fff11c4606f05a70 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Thu, 18 Jul 2024 11:25:46 +0200 Subject: horiz-bar refactor --- lisp/mastodon-tl.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lisp/mastodon-tl.el') diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index a82d437..ac30005 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -239,9 +239,8 @@ If nil `(point-min)' is used instead.") "The timer that, when set will scan the buffer to update the timestamps.") (defvar mastodon-tl--horiz-bar - (if (char-displayable-p ?―) - (make-string 12 ?―) - (make-string 12 ?-))) + (make-string 12 + (if (char-displayable-p ?―) ?― ?-))) ;;; KEYMAPS -- cgit v1.2.3