From: Samuel Chase Date: Sun, 12 May 2013 19:25:30 +0000 (+0530) Subject: Change Ecmalisp to JSCL in comment. X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=b3c22837d022f29e077bc65d74cc1b320c91ba65;p=jscl.git Change Ecmalisp to JSCL in comment. --- diff --git a/src/utils.lisp b/src/utils.lisp index 430b6a7..41fe5f3 100644 --- a/src/utils.lisp +++ b/src/utils.lisp @@ -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