[slime-cvs] CVS slime

alendvai alendvai at common-lisp.net
Tue Dec 19 10:13:24 UTC 2006


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

Modified Files:
	slime.el 
Log Message:
Set slime-fuzzy-completion-in-place enabled by default


--- /project/slime/cvsroot/slime/slime.el	2006/12/19 10:11:57	1.711
+++ /project/slime/cvsroot/slime/slime.el	2006/12/19 10:13:24	1.712
@@ -277,7 +277,7 @@
   :group 'slime-mode
   :type 'boolean)
 
-(defcustom slime-fuzzy-completion-in-place nil
+(defcustom slime-fuzzy-completion-in-place t
   "When non-NIL the fuzzy symbol completion is done in place as
 opposed to moving the point to the completion buffer."
   :group 'slime-mode




More information about the slime-cvs mailing list