branch: master commit e6f88e7b7de87e6187356540d61d2e09e15e39db Author: Ian D <du...@gnu.org> Commit: Ian D <du...@gnu.org>
Silenced byte-compiler * org-edna.el: Correctly declare lm-report-bug --- org-edna.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-edna.el b/org-edna.el index 883e92d..dd8ba6c 100644 --- a/org-edna.el +++ b/org-edna.el @@ -702,7 +702,7 @@ Test will block if the heading \"path/to/heading\" in \"test.org\" is not DONE." -(declare-function 'lm-report-bug "lisp-mnt" (topic)) +(declare-function lm-report-bug "lisp-mnt" (topic)) (defun org-edna-submit-bug-report (topic) (interactive "sTopic: ")