[slime-cvs] CVS slime

mbaringer mbaringer at common-lisp.net
Fri Oct 20 10:09:05 UTC 2006


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

Modified Files:
	slime.el 
Log Message:
(slime-target-buffer-fuzzy-completions-map): Fix a dug I introduced
when applying levente's patch.


--- /project/slime/cvsroot/slime/slime.el	2006/10/20 00:42:26	1.671
+++ /project/slime/cvsroot/slime/slime.el	2006/10/20 10:09:05	1.672
@@ -538,7 +538,9 @@
       (lambda ()
         (interactive)
         (select-window (get-buffer-window (slime-get-fuzzy-buffer)))
-        (call-interactively 'isearch-forward))))
+        (call-interactively 'isearch-forward)))
+    map
+    )
   "Keymap for slime-target-buffer-fuzzy-completions-mode. This will override the key
 bindings in the target buffer temporarily during completion.")
 




More information about the slime-cvs mailing list