Explorar o código

ob-sql: fix compiler warning

* lisp/ob-sql.el (orgtbl-to-csv): Declaring an external function to
  fix a compiler warning.
Eric Schulte %!s(int64=14) %!d(string=hai) anos
pai
achega
2c81a4c142
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      lisp/ob-sql.el

+ 1 - 0
lisp/ob-sql.el

@@ -47,6 +47,7 @@
 (eval-when-compile (require 'cl))
 
 (declare-function org-table-import "org-table" (file arg))
+(declare-function orgtbl-to-csv "org-table" (TABLE PARAMS))
 
 (defvar org-babel-default-header-args:sql '())