From b3c22837d022f29e077bc65d74cc1b320c91ba65 Mon Sep 17 00:00:00 2001 From: Samuel Chase Date: Mon, 13 May 2013 00:55:30 +0530 Subject: [PATCH] Change Ecmalisp to JSCL in comment. --- src/utils.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4