aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/org/ob-gnuplot.el
diff options
context:
space:
mode:
authorRasmus2017-09-18 12:01:12 +0200
committerRasmus2017-09-18 12:01:12 +0200
commitab351d442d7bb4d17cbb43638aaed1775d8c0344 (patch)
tree19da4c93526d3de543efe21a53ab2d098fb9f50b /lisp/org/ob-gnuplot.el
parent5490ccc5ebf39759dfd084bbd31f464701a3e775 (diff)
downloademacs-ab351d442d7bb4d17cbb43638aaed1775d8c0344.tar.gz
emacs-ab351d442d7bb4d17cbb43638aaed1775d8c0344.zip
Update Org to v9.1.1
Please see etc/ORG-NEWS for major changes.
Diffstat (limited to 'lisp/org/ob-gnuplot.el')
-rw-r--r--lisp/org/ob-gnuplot.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/ob-gnuplot.el b/lisp/org/ob-gnuplot.el
index f35374758f6..763386270d7 100644
--- a/lisp/org/ob-gnuplot.el
+++ b/lisp/org/ob-gnuplot.el
@@ -40,7 +40,7 @@
40;;; Code: 40;;; Code:
41(require 'ob) 41(require 'ob)
42 42
43(declare-function org-time-string-to-time "org" (s &optional buffer pos)) 43(declare-function org-time-string-to-time "org" (s &optional zone))
44(declare-function org-combine-plists "org" (&rest plists)) 44(declare-function org-combine-plists "org" (&rest plists))
45(declare-function orgtbl-to-generic "org-table" (table params)) 45(declare-function orgtbl-to-generic "org-table" (table params))
46(declare-function gnuplot-mode "ext:gnuplot-mode" ()) 46(declare-function gnuplot-mode "ext:gnuplot-mode" ())