diff lisp/ChangeLog @ 108714:99ad939c8d05

* nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to nxml-finish-element, for consistency with SGML mode. * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to octave-close-block.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 20 May 2010 11:12:20 -0400
parents f7d37c2787ad
children 5b835c23f034
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu May 20 10:53:30 2010 -0400
+++ b/lisp/ChangeLog	Thu May 20 11:12:20 2010 -0400
@@ -1,3 +1,11 @@
+2010-05-20  Chong Yidong  <cyd@stupidchicken.com>
+
+	* nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
+	nxml-finish-element, for consistency with SGML mode.
+
+	* progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
+	octave-close-block.
+
 2010-05-20  Juanma Barranquero  <lekktu@gmail.com>
 
 	* composite.el: Require cl when compiling.