Make FUN-NAME not crash on base generic-function
commit57f618e36e5454a3aac4d11214196fa146b00a12
authorDouglas Katzman <dougk@google.com>
Sat, 12 Mar 2016 18:58:07 +0000 (12 13:58 -0500)
committerDouglas Katzman <dougk@google.com>
Sat, 12 Mar 2016 18:58:07 +0000 (12 13:58 -0500)
tree34b48a9ad9b18af2b09d363d27821a8789228fa3
parentfa8739eb9e94cb62da7eb5e8944969dab0bc3fb7
Make FUN-NAME not crash on base generic-function

So: (LAMBDA (&REST ARGS) :IN ALLOCATE-STANDARD-FUNCALLABLE-INSTANCE)
which is better than nothing. I'd have thought it should return NIL,
but this is what it used to return before I broke it apparently.
src/code/target-misc.lisp