[slime-cvs] CVS slime
mbaringer
mbaringer at common-lisp.net
Fri Oct 20 00:42:27 UTC 2006
Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv20066
Modified Files:
slime.el
Log Message:
--- /project/slime/cvsroot/slime/slime.el 2006/10/20 00:04:33 1.670
+++ /project/slime/cvsroot/slime/slime.el 2006/10/20 00:42:26 1.671
@@ -538,9 +538,9 @@
(lambda ()
(interactive)
(select-window (get-buffer-window (slime-get-fuzzy-buffer)))
- (call-interactively 'isearch-forward)))
+ (call-interactively 'isearch-forward))))
"Keymap for slime-target-buffer-fuzzy-completions-mode. This will override the key
-bindings in the target buffer temporarily during completion."))
+bindings in the target buffer temporarily during completion.")
(define-minor-mode slime-fuzzy-target-buffer-completions-mode
"This minor mode is intented to override key bindings during fuzzy
More information about the slime-cvs
mailing list