branch: externals/org commit 4797ebf8349745a691267e10f3a60065c978e9a9 Author: Ihor Radchenko <yanta...@posteo.net> Commit: Ihor Radchenko <yanta...@posteo.net>
lisp/org-crypt.el (org-current-level): Fix compiler warning --- lisp/org-crypt.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/org-crypt.el b/lisp/org-crypt.el index c8184ee95a..1705327889 100644 --- a/lisp/org-crypt.el +++ b/lisp/org-crypt.el @@ -71,6 +71,7 @@ (defvar epg-context) (declare-function org-back-over-empty-lines "org" ()) +(declare-function org-current-level "org" ()) (declare-function org-back-to-heading "org" (&optional invisible-ok)) (declare-function org-before-first-heading-p "org" ()) (declare-function org-end-of-meta-data "org" (&optional full))