Todd Fisher

Results 2 issues of Todd Fisher

Test file: ``` (defun f () (format t "f~%")) (defun test () (f)) ``` 1. `M-x sly` 2. `C-c C-k` 3. Place cursor at call of `f` in function `test`....

bug