Commit cf4b6d8c authored by Mark's avatar Mark
Browse files

abcl: DESCRIBE-DEFINTION now works for macros.

Showing with 5 additions and 1 deletion
+5 -1
2014-02-17 Mark Evenson <evenson@panix.com>
* swank-abcl.lisp (describe-definition): Describe macros.
2014-02-11 João Távora <joaotavora@gmail.com>
 
* slime-tests.el (slime-test-recipe-test-for): Simplify and make
......
......@@ -299,7 +299,7 @@
(defimplementation describe-definition (symbol namespace)
(ecase namespace
(:variable
((:variable :macro)
(describe symbol))
((:function :generic-function)
(describe (symbol-function symbol)))
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment