summaryrefslogtreecommitdiff
path: root/MLKListenerController.m
diff options
context:
space:
mode:
authorMatthias Benkard <mulk@minimulk.mst-plus>2008-08-28 23:47:50 +0200
committerMatthias Benkard <mulk@minimulk.mst-plus>2008-08-28 23:47:50 +0200
commit6adfde61994c1427dfbd3d1e0ccbee8f3f7e0365 (patch)
treef73484e55c096d91f012ab010d9f21cd9bec3d02 /MLKListenerController.m
parent66d555b5963b4ca6f427d417e75c426e65b4058d (diff)
Make ToiletKit self-contained.
Diffstat (limited to 'MLKListenerController.m')
-rw-r--r--MLKListenerController.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/MLKListenerController.m b/MLKListenerController.m
index 680365f..2998ab2 100644
--- a/MLKListenerController.m
+++ b/MLKListenerController.m
@@ -35,7 +35,7 @@
- (void) initialiseInterpreter
{
- [inputField setStringValue:@"(load \"init.lisp\")"];
+ [inputField setStringValue:@"(require \"init.lisp\")"];
[self submit:self];
}