Browse Source

ob-lua: Silence byte-compiler

Nicolas Goaziou 8 years ago
parent
commit
ee4e3eb8f7
1 changed files with 2 additions and 1 deletions
  1. 2 1
      lisp/ob-lua.el

+ 2 - 1
lisp/ob-lua.el

@@ -36,7 +36,8 @@
 (require 'ob)
 (require 'cl-lib)
 
-(declare-function org-remove-indentation "org" )
+(declare-function org-remove-indentation "org" (code &optional n))
+(declare-function org-trim "org" (s &optional keep-lead))
 (declare-function lua-shell "ext:lua-mode" (&optional argprompt))
 (declare-function lua-toggle-shells "ext:lua-mode" (arg))
 (declare-function run-lua "ext:lua" (cmd &optional dedicated show))