[slime-cvs] CVS slime/contrib
CVS User heller
heller at common-lisp.net
Wed Dec 24 08:13:52 UTC 2008
Update of /project/slime/cvsroot/slime/contrib
In directory cl-net:/tmp/cvs-serv26952/contrib
Modified Files:
ChangeLog slime-editing-commands.el
Log Message:
* slime-editing-commands.el (slime-editing-commands-init): Bind
slime-close-all-parens-in-sexp.
--- /project/slime/cvsroot/slime/contrib/ChangeLog 2008/12/24 08:13:47 1.145
+++ /project/slime/cvsroot/slime/contrib/ChangeLog 2008/12/24 08:13:51 1.146
@@ -1,5 +1,10 @@
2008-12-23 Helmut Eller <heller at common-lisp.net>
+ * slime-editing-commands.el (slime-editing-commands-init): Bind
+ slime-close-all-parens-in-sexp.
+
+2008-12-23 Helmut Eller <heller at common-lisp.net>
+
* inferior-slime.el (inferior-slime-hook-function): New function.
(inferior-slime-init): Automatically enable it in the
*inferior-lisp* buffer.
--- /project/slime/cvsroot/slime/contrib/slime-editing-commands.el 2008/10/21 20:37:56 1.9
+++ /project/slime/cvsroot/slime/contrib/slime-editing-commands.el 2008/12/24 08:13:51 1.10
@@ -183,6 +183,7 @@
(defun slime-editing-commands-init ()
(define-key slime-mode-map "\M-\C-a" 'slime-beginning-of-defun)
(define-key slime-mode-map "\M-\C-e" 'slime-end-of-defun)
- (define-key slime-mode-map "\C-c\M-q" 'slime-reindent-defun))
+ (define-key slime-mode-map "\C-c\M-q" 'slime-reindent-defun)
+ (define-key slime-mode-map "\C-c\C-]" 'slime-close-all-parens-in-sexp))
(provide 'slime-editing-commands)
More information about the slime-cvs
mailing list