Commit 723e1020 authored by João Távora's avatar João Távora
Browse files

Merge pull request #104 from easye/master

abcl:  DESCRIBE-DEFINTION now works for macros.
parents ce4e3e9c cf4b6d8c
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