Added the colon character (:) to the list of special characters that have special...
authorVladimir Sedach <vsedach@gmail.com>
Tue, 14 Apr 2009 01:43:15 +0000 (19:43 -0600)
committerVladimir Sedach <vsedach@gmail.com>
Tue, 14 Apr 2009 01:43:15 +0000 (19:43 -0600)
src/utils.lisp

index 4ce2ab4..9a043d0 100644 (file)
@@ -34,7 +34,8 @@
     (#\+ . "Plus")
     (#\* . "Star")
     (#\/ . "Slash")
-    (#\= . "Equals")))
+    (#\= . "Equals")
+    (#\: . "Colon")))
 
 ;;; Parenscript-style symbol -> Javascript-style symbol