branch: externals/org commit b6e5ca28ef30c1a9c49937e5af49da75bbf68bb8 Author: Nicolas Goaziou <m...@nicolasgoaziou.fr> Commit: Nicolas Goaziou <m...@nicolasgoaziou.fr>
lint: Remove unnecessary call to `tabulated-list-print' * lisp/org-lint.el (org-lint--display-reports): Remove `tabulated-list-print' call. This is already taken care of by `org-lint--refresh-reports' above. --- lisp/org-lint.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/org-lint.el b/lisp/org-lint.el index e4e0ef7..06c6791 100644 --- a/lisp/org-lint.el +++ b/lisp/org-lint.el @@ -1191,7 +1191,6 @@ CHECKERS is the list of checkers used." (setf org-lint--source-buffer source) (setf org-lint--local-checkers checkers) (org-lint--refresh-reports) - (tabulated-list-print) (add-hook 'tabulated-list-revert-hook #'org-lint--refresh-reports nil t)) (pop-to-buffer buffer)))