Browse Source

org-babel-clojure: one list tiny fix

Eric Schulte 15 years ago
parent
commit
97e21c5b09
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contrib/babel/lisp/langs/org-babel-clojure.el

+ 1 - 1
contrib/babel/lisp/langs/org-babel-clojure.el

@@ -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