[slime-cvs] CVS slime

mbaringer mbaringer at common-lisp.net
Wed Jan 24 16:12:42 UTC 2007


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

Modified Files:
	slime.el 
Log Message:
(slime-scratch-mode-map): Changed parent keymap to lisp-mode-map to
prevent unnecessary duplication of slime-mode-map bindings and so that
lisp-mode-map key bindings are present in the slime scratch
buffer. Change identified by Ariel Badichi.


--- /project/slime/cvsroot/slime/slime.el	2007/01/24 15:12:03	1.751
+++ /project/slime/cvsroot/slime/slime.el	2007/01/24 16:12:41	1.752
@@ -4584,7 +4584,7 @@
 
 (defvar slime-scratch-mode-map
   (let ((map (make-sparse-keymap)))
-    (set-keymap-parent map slime-mode-map)
+    (set-keymap-parent map lisp-mode-map)
     map))
 
 (defun slime-scratch-buffer ()




More information about the slime-cvs mailing list