branch: externals/show-font commit 67eff98c59e1e017204763a48ee20a7d7afca111 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Remove outdated comment --- show-font.el | 1 - 1 file changed, 1 deletion(-) diff --git a/show-font.el b/show-font.el index abc9ee19b6..0cc4ae1861 100644 --- a/show-font.el +++ b/show-font.el @@ -280,7 +280,6 @@ instead of that of the file." (make-separator-line)) "") "\n" - ;; Why not use `make-separator-line' here? (mapconcat #'identity (nreverse list-of-lines) "\n") "\n" (mapconcat #'identity (nreverse list-of-blocks) "\n") "\n"))))))