[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug in intern-function-name (low.l)



    Date: Fri, 24 Jun 88 15:53:51 -0700
    From: kempf@sun.com

    This function uses ~S to generate function names instead of ~A...

This function probably should call SYMBOL-NAME rather than FORMAT ~A.
It would be faster and wouldn't be affected by *print-case*.