(defn debugger-condition-for-emacs [] (list (or (.getMessage *current-exception*) "No message.") (str " [Thrown " (class *current-exception*) "]") nil))
Comments top
No comments for debugger-condition-for-emacs. Log in to add a comment.