Loading integration/slime.lisp +2 −0 Original line number Diff line number Diff line Loading @@ -11,8 +11,10 @@ (awhen (find-definer form nil) (values it t)))) #+nil (awhen (find-symbol (symbol-name '#:*inspector-dwim-lookup-hooks*) :swank) (pushnew 'definer-lookup-hook (symbol-value it))) #+nil (register-readtable-for-swank '("CL-DEF" "CL-DEF-TEST") 'setup-readtable) Loading
integration/slime.lisp +2 −0 Original line number Diff line number Diff line Loading @@ -11,8 +11,10 @@ (awhen (find-definer form nil) (values it t)))) #+nil (awhen (find-symbol (symbol-name '#:*inspector-dwim-lookup-hooks*) :swank) (pushnew 'definer-lookup-hook (symbol-value it))) #+nil (register-readtable-for-swank '("CL-DEF" "CL-DEF-TEST") 'setup-readtable)