Fix up last backport
commit1c9bb0dba852431783d697eb27ce9540cbd9d8f8
authorKyle Meyer <kyle@kyleam.com>
Sun, 15 May 2016 16:24:59 +0000 (15 12:24 -0400)
committerKyle Meyer <kyle@kyleam.com>
Sun, 15 May 2016 22:59:19 +0000 (15 18:59 -0400)
treedaca3709d80b7d70dcdccf9ee29d11fc71991f62
parent1f046ea4b12725cc0696a21b28fa8b1be7e978a4
Fix up last backport

* lisp/org.el (org-export-backend-options): Add back removed
declare-function call.
* lisp/ob-awk.el (orgtbl-to-generic):
* lisp/ob-core.el (orgtbl-to-generic):
* lisp/ob-gnuplot.el (orgtbl-to-generic): Remove BACKEND argument from
declare-function calls.

The last backport added this argument to match orgtbl-to-generic's
signature in Emacs's version of Org, but the BACKEND argument to
orgtbl-to-generic was later removed in 9209aa3 (org-table: Use "ox.el"
internally for radio tables, 2014-08-24).
lisp/ob-awk.el
lisp/ob-core.el
lisp/ob-gnuplot.el
lisp/org.el