summaryrefslogtreecommitdiff
path: root/MLKSymbol.m
diff options
context:
space:
mode:
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];
}