ob-sql: fix compiler warning

* lisp/ob-sql.el (orgtbl-to-csv): Declaring an external function to
  fix a compiler warning.
This commit is contained in:
Eric Schulte 2010-12-01 07:21:18 -07:00
parent a9a77780dc
commit 2c81a4c142
1 changed files with 1 additions and 0 deletions

View File

@ -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 '())