Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • Raymond Toy's avatar
    89074ab3
    Check for function names correctly · 89074ab3
    Raymond Toy authored
    Fix #7
    
    The change to use extended names like (flet frob) broke the detection
    of local names for get-setf-expansion.  Fix it.  This reverts behavior
    back to what 18a used to do.
    
    A test for this is also added.
    89074ab3
    History
    Check for function names correctly
    Raymond Toy authored
    Fix #7
    
    The change to use extended names like (flet frob) broke the detection
    of local names for get-setf-expansion.  Fix it.  This reverts behavior
    back to what 18a used to do.
    
    A test for this is also added.