diff options
| author | Rasmus | 2017-12-06 15:02:15 +0100 |
|---|---|---|
| committer | Rasmus | 2017-12-06 15:37:41 +0100 |
| commit | 445eefd238eb7c3843e18cd265c05f07233f8aff (patch) | |
| tree | 1b80ecda2301629cf8e1f0b2941e1f729952ca84 /lisp/org/ob-gnuplot.el | |
| parent | 5381c70b7a9d46fe4de205363b99f761e2475f1f (diff) | |
| download | emacs-445eefd238eb7c3843e18cd265c05f07233f8aff.tar.gz emacs-445eefd238eb7c3843e18cd265c05f07233f8aff.zip | |
Backport: Update Org to v9.1.4
Please note this is a bugfix release. See etc/ORG-NEWS for details.
(cherry picked from commit 567b5efe1f338c10c574758fb968915c5c34c909)
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 763386270d7..b0743f60475 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 zone)) | 43 | (declare-function org-time-string-to-time "org" (s)) |
| 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" ()) |