From b6dfb03d09ce33f6866763fe76709521ddf7e890 Mon Sep 17 00:00:00 2001 From: Samuel Chase Date: Mon, 13 May 2013 12:04:11 +0530 Subject: [PATCH] Add string< to toplevel --- src/toplevel.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 1.7.10.4