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
cf4b6d8c
Commit
cf4b6d8c
authored
11 years ago
by
Mark
Browse files
Options
Download
Email Patches
Plain Diff
abcl: DESCRIBE-DEFINTION now works for macros.
parent
ce4e3e9c
master
choose-swank-loading-method
interface-method-combination
makefile-cleanup
origin/master
slime-2.4
update-travis
1.0.0-beta
1.0.0-alpha
1.0.0-alpha-3
v2.27
v2.26.1
v2.26
v2.25
v2.24
v2.23
v2.22
v2.21
v2.20
v2.19
v2.18
v2.17
v2.16
v2.15
v2.14
v2.13
v2.12
v2.11
v2.10.1
v2.10
v2.9
v2.8
v2.7
v2.6
v2.5
v2.4
choose-swank-loading-method
SLY-BIG-BANG
SLIME-2.13
SLIME-2.11
SLIME-2.10
SLIME-2.9
SLIME-2.8
SLIME-2.7
SLIME-2.6
SLIME-2.5
No related merge requests found
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 @
cf4b6d8c
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 @
cf4b6d8c
...
...
@@ -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