From: Samuel Chase Date: Mon, 13 May 2013 06:34:11 +0000 (+0530) Subject: Add string< to toplevel X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=b6dfb03d09ce33f6866763fe76709521ddf7e890;p=jscl.git Add string< to toplevel --- diff --git a/src/toplevel.lisp b/src/toplevel.lisp index 0698a0b..5ed0f88 100644 --- a/src/toplevel.lisp +++ b/src/toplevel.lisp @@ -73,7 +73,7 @@ prog2 progn psetq push quote rassoc read-from-string remove remove-if remove-if-not return return-from revappend reverse rplaca rplacd second set setf setq seventh sixth some string string-upcase string= - stringp subseq subst symbol-function symbol-name symbol-package + string< stringp subseq subst symbol-function symbol-name symbol-package symbol-plist symbol-value symbolp t tagbody tailp tenth third throw tree-equal truncate unless unwind-protect values values-list variable vector-push-extend warn when write-line write-string zerop))