Introduced the "funcall" macro (which really doesn't do anything - only CL needs...
[clinton/parenscript.git] / src / deprecated-interface.lisp
index 490120d..dc1f2f6 100644 (file)
@@ -61,3 +61,6 @@
 If OUTPUT-STREAM is NIL, then the result is a string; otherwise code
 is output to the OUTPUT-STREAM stream."
   (format output-stream "~A" (ps1* ps-form)))
+
+(defun-js symbol-to-js symbol-to-js-string (symbol)
+  (symbol-to-js-string symbol))