(defslimefn inspector-pop [] (with-emacs-package (cond (rest @*inspector-stack*) (inspect-object (dosync (ref-pop *inspector-stack*) (ref-pop *inspector-stack*))) :else nil)))
Comments top
No comments for inspector-pop. Log in to add a comment.