summaryrefslogtreecommitdiff
path: root/lisp/org-plot.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/org-plot.el')
-rw-r--r--lisp/org-plot.el7
1 files changed, 5 insertions, 2 deletions
diff --git a/lisp/org-plot.el b/lisp/org-plot.el
index 48d72ac..384a6f6 100644
--- a/lisp/org-plot.el
+++ b/lisp/org-plot.el
@@ -1,6 +1,6 @@
;;; org-plot.el --- Support for plotting from Org-mode
-;; Copyright (C) 2008-2012 Free Software Foundation, Inc.
+;; Copyright (C) 2008-2013 Free Software Foundation, Inc.
;;
;; Author: Eric Schulte <schulte dot eric at gmail dot com>
;; Keywords: tables, plotting
@@ -30,7 +30,6 @@
;;; Code:
(require 'org)
-(require 'org-exp)
(require 'org-table)
(eval-when-compile
(require 'cl))
@@ -351,4 +350,8 @@ line directly before or after the table."
(provide 'org-plot)
+;; Local variables:
+;; generated-autoload-file: "org-loaddefs.el"
+;; End:
+
;;; org-plot.el ends here