[slime-cvs] CVS slime

mbaringer mbaringer at common-lisp.net
Thu Jan 11 23:37:05 UTC 2007


Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv19829

Modified Files:
	slime.el 
Log Message:
(slime-keys): Remove binding of M-*, restore binding of
M-,.


--- /project/slime/cvsroot/slime/slime.el	2007/01/11 22:26:59	1.742
+++ /project/slime/cvsroot/slime/slime.el	2007/01/11 23:37:05	1.743
@@ -760,7 +760,7 @@
     ("\M-." slime-edit-definition :inferior t :sldb t)
     ("\C-x4." slime-edit-definition-other-window :inferior t :sldb t)
     ("\C-x5." slime-edit-definition-other-frame :inferior t :sldb t)
-    ("\M-*" slime-pop-find-definition-stack :inferior t :sldb t)
+    ("\M-," slime-pop-find-definition-stack :inferior t :sldb t)
     ("\C-q" slime-close-parens-at-point :prefixed t :inferior t)
     ("\C-c\M-q" slime-reindent-defun :inferior t)
     ;; Evaluating




More information about the slime-cvs mailing list