From b6e5ca28ef30c1a9c49937e5af49da75bbf68bb8 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sat, 19 Dec 2020 11:52:52 +0100 Subject: [PATCH] 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 e4e0ef751..06c679137 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)))