[slime-cvs] CVS slime/contrib
CVS User sboukarev
sboukarev at common-lisp.net
Sat Jan 5 11:38:52 UTC 2013
Update of /project/slime/cvsroot/slime/contrib
In directory tiger.common-lisp.net:/tmp/cvs-serv29517
Modified Files:
slime-fancy-inspector.el
Log Message:
Remove stray code.
--- /project/slime/cvsroot/slime/contrib/slime-fancy-inspector.el 2013/01/04 18:22:01 1.9
+++ /project/slime/cvsroot/slime/contrib/slime-fancy-inspector.el 2013/01/05 11:38:52 1.10
@@ -21,17 +21,6 @@
(slime-eval-describe `(swank:disassemble-form
,(slime-definition-at-point t))))
-(let* ((id (slime-presentation-id presentation))
- (presentation-string (format "Presentation %s" id))
- (location (slime-eval `(swank:find-definition-for-thing
- (swank:lookup-presented-object
- ',(slime-presentation-id presentation))))))
- (slime-edit-definition-cont
- (and location (list (make-slime-xref :dspec `(,presentation-string)
- :location location)))
- presentation-string
- where))
-
(defun slime-edit-inspector-part (name &optional where)
(destructuring-bind (&optional property value)
(slime-inspector-property-at-point)
More information about the slime-cvs
mailing list