[slime-cvs] CVS slime/contrib

trittweiler trittweiler at common-lisp.net
Tue Sep 11 18:08:20 UTC 2007


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

Modified Files:
	slime-editing-commands.el 
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/slime-editing-commands.el	2007/09/11 17:11:01	1.3
+++ /project/slime/cvsroot/slime/contrib/slime-editing-commands.el	2007/09/11 18:08:20	1.4
@@ -186,6 +186,6 @@
   (define-key slime-mode-map "\M-\C-e"  'slime-end-of-defun)
   (define-key slime-mode-map "\C-c\M-q" 'slime-reindent-defun))
 
-(slime-editing-command-init)
+(slime-editing-commands-init)
 
 (provide 'slime-editing-commands)




More information about the slime-cvs mailing list