branch: elpa/htmlize commit 87aecf425200462d58aef97681d26e96bf930de9 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
htmlize-buffer-substring-no-invisible: Move misplaced paren --- htmlize.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htmlize.el b/htmlize.el index 784702f870..460e753df9 100644 --- a/htmlize.el +++ b/htmlize.el @@ -680,9 +680,9 @@ list." (push (htmlize-get-text-with-display pos next-change) visible-list)) ((and (eq show 'ellipsis) - (not (eq last-show 'ellipsis)) - ;; Conflate successive ellipses. - (push htmlize-ellipsis visible-list)))) + (not (eq last-show 'ellipsis))) + ;; Conflate successive ellipses. + (push htmlize-ellipsis visible-list))) (setq pos next-change last-show show)) (htmlize-concat (nreverse visible-list))))