Change Ecmalisp to JSCL in comment.
authorSamuel Chase <samebchase@gmail.com>
Sun, 12 May 2013 19:25:30 +0000 (00:55 +0530)
committerSamuel Chase <samebchase@gmail.com>
Sun, 12 May 2013 19:25:30 +0000 (00:55 +0530)
src/utils.lisp

index 430b6a7..41fe5f3 100644 (file)
@@ -23,7 +23,7 @@
   `(setq ,variable (concat ,variable (progn ,@form))))
 
 ;;; This couple of helper functions will be defined in both Common
-;;; Lisp and in Ecmalisp.
+;;; Lisp and in JSCL
 (defun ensure-list (x)
   (if (listp x)
       x