Added symbol-to-js to the deprecated interface since it was used in several 3rd party...
authorVladimir Sedach <vsedach@gmail.com>
Wed, 28 Jan 2009 20:07:09 +0000 (13:07 -0700)
committerVladimir Sedach <vsedach@gmail.com>
Wed, 28 Jan 2009 20:07:09 +0000 (13:07 -0700)
src/deprecated-interface.lisp
src/package.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))
index 983c877..e2d21d6 100644 (file)
       #:create
       #:with-slots
 
-      ;; macros
-      #:macrolet
-      #:symbol-macrolet
-
       ;; if
       #:if
       #:when
       #:js-inline*
       #:js
       #:js*
+      #:symbol-to-js
       ))
   )