summaryrefslogtreecommitdiff
path: root/MLKReadEvalPrintLoop.m
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-06-24 14:30:33 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-06-24 14:30:33 +0200
commit26fa88efed6adff0ef5c79b918514cd5c704c84a (patch)
tree23b0c9bcd18f3ebd01e5e44bcb37b463557e294d /MLKReadEvalPrintLoop.m
parentc3d754abd77581ff7bd503fa3d2d254f524a1279 (diff)
Rename methods: forBinding -> forSymbol
Diffstat (limited to 'MLKReadEvalPrintLoop.m')
-rw-r--r--MLKReadEvalPrintLoop.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/MLKReadEvalPrintLoop.m b/MLKReadEvalPrintLoop.m
index b5710f2..392b4ed 100644
--- a/MLKReadEvalPrintLoop.m
+++ b/MLKReadEvalPrintLoop.m
@@ -40,7 +40,7 @@ static char **_argv;
static const char *prompt (EditLine *e) {
MLKPackage *package = [[MLKDynamicContext currentContext]
- valueForBinding:[[MLKPackage
+ valueForSymbol:[[MLKPackage
findPackage:@"COMMON-LISP"]
intern:@"*PACKAGE*"]];