pallet / ritz

SWANK and nREPL servers for clojure providing JPDA based debuggers
318 stars 33 forks source link

Bug in nrepl-ritz-compile-region #82

Open wrn opened 11 years ago

wrn commented 11 years ago

See my comments below on a simple bug. Thanks.


(defun nrepl-ritz-compile-region (prefix start end) "Compile the current toplevel form." (interactive "P\nr") ;; fixed a bug on this line ....