summaryrefslogtreecommitdiff
path: root/MLKReader.m
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-06-23 19:02:42 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-06-23 19:02:42 +0200
commit3aa255629a915314b71c04820833b683ff9234fc (patch)
treeef0ed440cadee353c3800cd8232ee483bf7508c0 /MLKReader.m
parent1c181e7b07ee551d6f76416972fe38ff411ffc40 (diff)
Initialise the global environment on startup.
Diffstat (limited to 'MLKReader.m')
-rw-r--r--MLKReader.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/MLKReader.m b/MLKReader.m
index edf682f..8784f30 100644
--- a/MLKReader.m
+++ b/MLKReader.m
@@ -460,7 +460,7 @@
if (![[package exportedSymbols] containsObject:symbol])
[NSException raise:@"MLKReaderError"
format:@"Package %@ does not export symbol %@.",
- package, symbol];
+ [package name], [symbol descriptionForLisp]];
}
}