]> code.delx.au - gnu-emacs/blobdiff - lisp/org/org-plot.el
Update copyright year to 2015
[gnu-emacs] / lisp / org / org-plot.el
index 02d747d54415092a3e05fb36126d5f98ec3a40a6..f092c71b55ce2d8910b76154e3978f1d513c80e0 100644 (file)
@@ -1,6 +1,6 @@
 ;;; org-plot.el --- Support for plotting from Org-mode
 
-;; Copyright (C) 2008-2013 Free Software Foundation, Inc.
+;; Copyright (C) 2008-2015 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))