[slime-cvs] CVS slime/contrib
    trittweiler 
    trittweiler at common-lisp.net
       
    Tue Sep 11 17:11:09 UTC 2007
    
    
  
Update of /project/slime/cvsroot/slime/contrib
In directory clnet:/tmp/cvs-serv11459/contrib
Modified Files:
	ChangeLog 
Log Message:
* slime-editing-commands.el: Automatically bind the editing
  commands when this module is required. (Previously, one had to
  enable them explicitly, but this is inconsistent to, for instance,
  the `slime-c-p-c' module which also sets up its bindings
  automatically.)
  (slime-bind-editing-commands): Renamed to `slime-editing-commands-init'.
  (slime-editing-commands-init): Evaluated at toplevel.
--- /project/slime/cvsroot/slime/contrib/ChangeLog	2007/09/11 17:04:25	1.46
+++ /project/slime/cvsroot/slime/contrib/ChangeLog	2007/09/11 17:11:08	1.47
@@ -1,5 +1,15 @@
 2007-09-11  Tobias C. Rittweiler  <tcr at freebits.de>
 
+	* slime-editing-commands.el: Automatically bind the editing
+	commands when this module is required. (Previously, one had to
+	enable them explicitly, but this is inconsistent to, for instance,
+	the `slime-c-p-c' module which also sets up its bindings
+	automatically.)
+	(slime-bind-editing-commands): Renamed to `slime-editing-commands-init'.
+	(slime-editing-commands-init): Evaluated at toplevel.
+
+2007-09-11  Tobias C. Rittweiler  <tcr at freebits.de>
+
 	* slime-parse.el (slime-enclosing-form-specs): Now also works even
 	when point is inside a string.
 	(slime-inside-string-p): New function.
    
    
More information about the slime-cvs
mailing list