Skip to content

Commit

Permalink
Fix compiler warnings
Browse files Browse the repository at this point in the history
* lisp/oc-basic.el (org-open-file): Declare function.
  • Loading branch information
yantar92 committed Jul 24, 2022
1 parent 01b0fb1 commit a0a0780
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lisp/oc-basic.el
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
(require 'seq)

(declare-function org-open-at-point "org" (&optional arg))
(declare-function org-open-file "org" (path &optional in-emacs line search))

(declare-function org-element-interpret-data "org-element" (data))
(declare-function org-element-property "org-element" (property element))
Expand Down

0 comments on commit a0a0780

Please sign in to comment.