]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-hello.el
emacs: Use cl-incf where appropriate
[notmuch] / emacs / notmuch-hello.el
index 876d8ef17a668a80de3363d3d13a4cef3c7c866a..c127bba984a04b92102a0bfb4f485dd263484778 100644 (file)
@@ -609,7 +609,7 @@ with `notmuch-hello-query-counts'."
                               name)
                (setq column-indent
                      (1+ (max 0 (- column-width (length name)))))))
-           (setq count (1+ count))
+           (cl-incf count)
            (when (eq (% count tags-per-line) 0)
              (setq column-indent 0)
              (widget-insert "\n")))