Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
marvel
GitHub Repository: marvel/qnf
Path: blob/master/elisp/slime/contrib/slime-presentation-streams.el
990 views
1
2
(define-slime-contrib slime-presentation-streams
3
"Streams that allow attaching object identities to portions of
4
output."
5
(:authors "Alan Ruttenberg <[email protected]>"
6
"Matthias Koeppe <[email protected]>"
7
"Helmut Eller <[email protected]>")
8
(:license "GPL")
9
(:swank-dependencies swank-presentation-streams))
10
11
(provide 'slime-presentation-streams)
12
13