aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/org/ob-gnuplot.el
diff options
context:
space:
mode:
authorEli Zaretskii2017-09-29 13:24:05 +0300
committerEli Zaretskii2017-09-29 13:24:05 +0300
commit33401b26b1aecf61adfd77fa7c4e29913c0bb3d7 (patch)
tree0238b3a9e51c4a37f8fe35feb11a66baeb2d1f3d /lisp/org/ob-gnuplot.el
parentc1ac8c170f17a98b7e5d6e098f707daeb71ea27d (diff)
parentd4b2bbdc73ace5cb0971a32a75941486489d1cc5 (diff)
downloademacs-33401b26b1aecf61adfd77fa7c4e29913c0bb3d7.tar.gz
emacs-33401b26b1aecf61adfd77fa7c4e29913c0bb3d7.zip
Merge branch 'emacs-26' of git.savannah.gnu.org:/srv/git/emacs into emacs-26
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" ())