aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/org/ob-gnuplot.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/org/ob-gnuplot.el')
-rw-r--r--lisp/org/ob-gnuplot.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/org/ob-gnuplot.el b/lisp/org/ob-gnuplot.el
index d11c55f7590..62ab04d94a7 100644
--- a/lisp/org/ob-gnuplot.el
+++ b/lisp/org/ob-gnuplot.el
@@ -35,7 +35,7 @@
35 35
36;; - gnuplot :: http://www.gnuplot.info/ 36;; - gnuplot :: http://www.gnuplot.info/
37;; 37;;
38;; - gnuplot-mode :: http://cars9.uchicago.edu/~ravel/software/gnuplot-mode.html 38;; - gnuplot-mode :: you can search the web for the latest active one.
39 39
40;;; Code: 40;;; Code:
41(require 'ob) 41(require 'ob)
@@ -278,6 +278,4 @@ Pass PARAMS through to `orgtbl-to-generic' when exporting TABLE."
278 278
279(provide 'ob-gnuplot) 279(provide 'ob-gnuplot)
280 280
281
282
283;;; ob-gnuplot.el ends here 281;;; ob-gnuplot.el ends here