emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org b6e5ca2 1/8: lint: Remove unnecessary call to `tabu


From: Stefan Monnier
Subject: [elpa] externals/org b6e5ca2 1/8: lint: Remove unnecessary call to `tabulated-list-print'
Date: Tue, 22 Dec 2020 16:13:10 -0500 (EST)

branch: externals/org
commit b6e5ca28ef30c1a9c49937e5af49da75bbf68bb8
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Commit: Nicolas Goaziou <mail@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)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]