From 3aa255629a915314b71c04820833b683ff9234fc Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Mon, 23 Jun 2008 19:02:42 +0200 Subject: Initialise the global environment on startup. --- MLKReader.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MLKReader.m') 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]]; } } -- cgit v1.2.3