diff lisp/ChangeLog @ 105755:cc6727b235b0

* nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value of xmltok-start before the end tag was inserted (Bug#2840).
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 24 Oct 2009 21:32:19 +0000
parents cdd9e1b1a30f
children aea3ed6946e4
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Oct 24 21:31:16 2009 +0000
+++ b/lisp/ChangeLog	Sat Oct 24 21:32:19 2009 +0000
@@ -1,5 +1,8 @@
 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
 
+	* nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
+	of xmltok-start before the end tag was inserted (Bug#2840).
+
 	* progmodes/sh-script.el (sh-font-lock-paren): Handle case
 	patterns that are preceded by an open-paren (Bug#1320).