summaryrefslogtreecommitdiff
path: root/MLKSymbol.m
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-06-17 20:55:03 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-06-17 20:55:03 +0200
commitb11b87db720955acae99a558ef18dd5b6995022d (patch)
tree9c59016bc43edfccc3a98080a0fe7c6d943b7331 /MLKSymbol.m
parente10c42925058f0fbaa1a3398ddfa9441b33a4e72 (diff)
MLKDynamicContext#+initialize: Initialise the package system and set up the global dynamic context.
Diffstat (limited to 'MLKSymbol.m')
-rw-r--r--MLKSymbol.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/MLKSymbol.m b/MLKSymbol.m
index 42a7141..1cab004 100644
--- a/MLKSymbol.m
+++ b/MLKSymbol.m
@@ -47,6 +47,8 @@
-(NSString *)descriptionForLisp
{
+ // NOTE: Need to take *PRINT-GENSYM* into account.
+ //
// FIXME: This is wrong in more than one way.
return [NSString stringWithFormat:@"|%@|", name];
}