org-babel-clojure: one list tiny fix

This commit is contained in:
Eric Schulte 2009-11-09 22:44:13 -07:00
parent 103e0c4bf5
commit 97e21c5b09
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@
(slime-eval-async `(swank:eval-and-grab-output ,string)
(or handler #'identity)))
(defun clojure-slime-eval-sync (string)
(defun org-babel-clojure-slime-eval-sync (string)
(slime-eval `(swank:eval-and-grab-output ,string)))
;;taken from swank-clojure.el