From 0c98a6883f3191aeec856a2a49fe179a888dc106 Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Tue, 23 Apr 1991 16:44:23 +0000 Subject: [PATCH] Fixed a context declaration to be a keyword. --- tools/worldcom.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/worldcom.lisp b/tools/worldcom.lisp index 9edaa3e52..8eabc7309 100644 --- a/tools/worldcom.lisp +++ b/tools/worldcom.lisp @@ -21,7 +21,7 @@ '(((:or :external (:and (:match "%") (:match "SET"))) (declare (optimize-interface (safety 2)))) ((:or (:and :external :macro) - (match "$PARSE-")) + (:match "$PARSE-")) (declare (optimize (safety 2)))) ((:and :external (:match "LIST")) (declare (optimize (safety 1)))))) -- GitLab