diff options
| author | Bastien | 2019-12-03 23:27:04 +0100 |
|---|---|---|
| committer | Bastien | 2019-12-03 23:27:04 +0100 |
| commit | 165f7383822086d465519ebe6e4283723923f097 (patch) | |
| tree | 820be9480e3d571d766483f564c963037192f6ec /lisp/org/ob-gnuplot.el | |
| parent | 821de968434d2096bdea67dd24301bf6b517aef1 (diff) | |
| download | emacs-165f7383822086d465519ebe6e4283723923f097.tar.gz emacs-165f7383822086d465519ebe6e4283723923f097.zip | |
Update Org to 9.3
Diffstat (limited to 'lisp/org/ob-gnuplot.el')
| -rw-r--r-- | lisp/org/ob-gnuplot.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/ob-gnuplot.el b/lisp/org/ob-gnuplot.el index 5ff6756b51e..cc4c3cb23bf 100644 --- a/lisp/org/ob-gnuplot.el +++ b/lisp/org/ob-gnuplot.el | |||
| @@ -39,9 +39,9 @@ | |||
| 39 | 39 | ||
| 40 | ;;; Code: | 40 | ;;; Code: |
| 41 | (require 'ob) | 41 | (require 'ob) |
| 42 | (require 'org-macs) | ||
| 42 | 43 | ||
| 43 | (declare-function org-time-string-to-time "org" (s)) | 44 | (declare-function org-time-string-to-time "org" (s)) |
| 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" ()) |
| 47 | (declare-function gnuplot-send-string-to-gnuplot "ext:gnuplot-mode" (str txt)) | 47 | (declare-function gnuplot-send-string-to-gnuplot "ext:gnuplot-mode" (str txt)) |