Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Slime
Commits
723e1020
Commit
723e1020
authored
11 years ago
by
João Távora
Browse files
Options
Download
Plain Diff
Merge pull request #104 from easye/master
abcl: DESCRIBE-DEFINTION now works for macros.
parents
ce4e3e9c
cf4b6d8c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+4
-0
ChangeLog
swank-abcl.lisp
+1
-1
swank-abcl.lisp
with
5 additions
and
1 deletion
+5
-1
ChangeLog
+
4
-
0
View file @
723e1020
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
...
...
This diff is collapsed.
Click to expand it.
swank-abcl.lisp
+
1
-
1
View file @
723e1020
...
...
@@ -299,7 +299,7 @@
(
defimplementation
describe-definition
(
symbol
namespace
)
(
ecase
namespace
(
:variable
(
(
:variable
:macro
)
(
describe
symbol
))
((
:function
:generic-function
)
(
describe
(
symbol-function
symbol
)))
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help