[slime-cvs] CVS slime
mbaringer
mbaringer at common-lisp.net
Fri Oct 20 00:04:33 UTC 2006
Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv11869
Modified Files:
slime.el
Log Message:
--- /project/slime/cvsroot/slime/slime.el 2006/10/20 00:00:21 1.669
+++ /project/slime/cvsroot/slime/slime.el 2006/10/20 00:04:33 1.670
@@ -540,7 +540,7 @@
(select-window (get-buffer-window (slime-get-fuzzy-buffer)))
(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
@@ -6322,7 +6322,7 @@
(slime-fuzzy-fill-completions-buffer completions)
(when new-completion-buffer
(pop-to-buffer (slime-get-fuzzy-buffer))
- (when (not slime-fuzzy-completion-in-place)
+ (when slime-fuzzy-completion-in-place
;; switch back to the original buffer
(switch-to-buffer-other-window slime-fuzzy-target-buffer)))))
More information about the slime-cvs
mailing list