summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <schulte.eric@gmail.com>2013-12-21 11:58:09 -0700
committerEric Schulte <schulte.eric@gmail.com>2013-12-21 11:58:18 -0700
commit39a6ce6e46ff4842a0ec12bc5c7fa6d2eb877d41 (patch)
tree8b585a3fb67fea1f05a3898d73b5e47e44462252
parent663cb3b9b9cfeeb2815afad77aadcbca90829f7b (diff)
downloadorg-mode-39a6ce6e46ff4842a0ec12bc5c7fa6d2eb877d41.tar.gz
removed top-level (require 'j-console)
-rw-r--r--lisp/ob-J.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/ob-J.el b/lisp/ob-J.el
index 50c1a5a..617b4b5 100644
--- a/lisp/ob-J.el
+++ b/lisp/ob-J.el
@@ -27,7 +27,6 @@
;;; Code:
(require 'ob)
-(require 'j-console)
(defun org-babel-expand-body:J (body params &optional processed-params)
"Expand BODY according to PARAMS, return the expanded body.