瀏覽代碼

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.
Nicolas Goaziou 4 年之前
父節點
當前提交
b6e5ca28ef
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      lisp/org-lint.el

+ 0 - 1
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)))