diff options
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" ()) |