[slime-cvs] CVS slime/contrib

CVS User trittweiler trittweiler at common-lisp.net
Wed Oct 14 17:29:15 UTC 2009


Update of /project/slime/cvsroot/slime/contrib
In directory cl-net:/tmp/cvs-serv14013

Modified Files:
	ChangeLog slime-sprof.el 
Log Message:
	* slime-sprof.el (slime-sprof-browser-mode-map): Make
	`slime-parent-map' its parent.


--- /project/slime/cvsroot/slime/contrib/ChangeLog	2009/10/11 22:16:19	1.254
+++ /project/slime/cvsroot/slime/contrib/ChangeLog	2009/10/14 17:29:15	1.255
@@ -1,3 +1,8 @@
+2009-10-14  Tobias C. Rittweiler  <tcr at freebits.de>
+
+	* slime-sprof.el (slime-sprof-browser-mode-map): Make
+	`slime-parent-map' its parent.
+
 2009-10-12  Stas Boukarev  <stassats at gmail.com>
 
 	* slime-repl.el (slime-repl-set-package): Don't double unfinished input
--- /project/slime/cvsroot/slime/contrib/slime-sprof.el	2009/10/09 14:57:45	1.3
+++ /project/slime/cvsroot/slime/contrib/slime-sprof.el	2009/10/14 17:29:15	1.4
@@ -20,8 +20,11 @@
   "Mode for browsing profiler data\
 \\<slime-sprof-browser-mode-map>\
 \\{slime-sprof-browser-mode-map}"
+  :syntax-table lisp-mode-syntax-table
   (setq buffer-read-only t))
 
+(set-keymap-parent slime-sprof-browser-mode-map slime-parent-map)
+
 (slime-define-keys slime-sprof-browser-mode-map
   ("h" 'describe-mode)
   ("q" 'bury-buffer)





More information about the slime-cvs mailing list