Explorar o código

org-src: Silence byte-compiler under 'make single'

This warning shows up when compiling in the Emacs repo, too.
Kyle Meyer %!s(int64=3) %!d(string=hai) anos
pai
achega
8bc222bce6
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      lisp/org-src.el

+ 1 - 0
lisp/org-src.el

@@ -38,6 +38,7 @@
 (require 'org-keys)
 
 (declare-function org-mode "org" ())
+(declare-function org--get-expected-indentation "org" (element contentsp))
 (declare-function org-element-at-point "org-element" ())
 (declare-function org-element-class "org-element" (datum &optional parent))
 (declare-function org-element-context "org-element" (&optional element))