aboutsummaryrefslogtreecommitdiff
path: root/src/interp/server.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/server.boot')
-rw-r--r--src/interp/server.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/server.boot b/src/interp/server.boot
index b1b6658f..cf7a6a01 100644
--- a/src/interp/server.boot
+++ b/src/interp/server.boot
@@ -152,7 +152,7 @@ parseAndEvalStr string ==
parseAndEvalStr1 string ==
string.0 = char ")" =>
- doSystemCommand SUBSEQ(string, 1)
+ doSystemCommand subSequence(string, 1)
processInteractive(ncParseFromString string, NIL)
protectedEVAL x ==