aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/tumme.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/tumme.el b/lisp/tumme.el
index 8a443bc81c7..f2a5613d833 100644
--- a/lisp/tumme.el
+++ b/lisp/tumme.el
@@ -1659,7 +1659,8 @@ See also `tumme-line-up-dynamic'."
1659 (insert "\n") 1659 (insert "\n")
1660 (insert " ") 1660 (insert " ")
1661 (setq count (1+ count)) 1661 (setq count (1+ count))
1662 (when (= count (- tumme-thumbs-per-row 1)) 1662 (when (and (= count (- tumme-thumbs-per-row 1))
1663 (not (eobp)))
1663 (forward-char) 1664 (forward-char)
1664 (insert "\n") 1665 (insert "\n")
1665 (setq count 0))))) 1666 (setq count 0)))))