summaryrefslogtreecommitdiff
path: root/lisp/ob-calc.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ob-calc.el')
-rw-r--r--lisp/ob-calc.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/ob-calc.el b/lisp/ob-calc.el
index c79d0b5..766f6ce 100644
--- a/lisp/ob-calc.el
+++ b/lisp/ob-calc.el
@@ -1,6 +1,6 @@
;;; ob-calc.el --- org-babel functions for calc code evaluation
-;; Copyright (C) 2010-2012 Free Software Foundation, Inc.
+;; Copyright (C) 2010-2013 Free Software Foundation, Inc.
;; Author: Eric Schulte
;; Keywords: literate programming, reproducible research
@@ -31,7 +31,6 @@
(unless (featurep 'xemacs)
(require 'calc-trail)
(require 'calc-store))
-(eval-when-compile (require 'ob-comint))
(declare-function calc-store-into "calc-store" (&optional var))
(declare-function calc-recall "calc-store" (&optional var))