Index: ChangeLog
===================================================================
RCS file: /project/slime/cvsroot/slime/ChangeLog,v
retrieving revision 1.1105
diff -u -r1.1105 ChangeLog
--- ChangeLog	8 Apr 2007 22:56:32 -0000	1.1105
+++ ChangeLog	9 Apr 2007 20:19:32 -0000
@@ -1,3 +1,11 @@
+2007-04-09  Tobias C. Rittweiler <tcr@freebits.de>
+
+	* swank.lisp (inspect-for-emacs %package-symbols-container):
+	Revert Marco's change from 2007-04-08; he had the good idea of
+	adding a facility to jump to the relevant source line of a symbol,
+	but `M-.' is already bound to SLIME-FIND-DEFINITION in the
+	inspector, which is a nicer way of doing this alltogether.
+	
 2007-04-09  Marco Baringer  <mb@bese.it>
 
 	* swank.lisp (inspector-content-for-emacs): Look for refresh
Index: swank.lisp
===================================================================
RCS file: /project/slime/cvsroot/slime/swank.lisp,v
retrieving revision 1.474
diff -u -r1.474 swank.lisp
--- swank.lisp	8 Apr 2007 23:07:53 -0000	1.474
+++ swank.lisp	9 Apr 2007 20:19:37 -0000
@@ -4972,10 +4972,6 @@
                   (multiple-value-bind (symbol-string classification-string)
                       (string-representations symbol)
                     `((:value ,symbol ,symbol-string) ,classification-string
-                      " "
-                      (:action "[jump to source]"
-                               , (let ((symbol symbol))
-                                   (lambda () (ed-in-emacs symbol))))
                       (:newline)
                       )))))))))
 

