changeset 105388:6e4fd9b25ba3

Fix typos.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 02 Oct 2009 15:47:07 +0000
parents e9079a7fb794
children e0bfbf0dea57
files lisp/ChangeLog
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Oct 02 15:46:46 2009 +0000
+++ b/lisp/ChangeLog	Fri Oct 02 15:47:07 2009 +0000
@@ -172,7 +172,7 @@
 	* international/uni-combining.el:
 	* international/uni-comment.el:
 	* international/uni-decimal.el:
-	* international/uni-decomposition.e:
+	* international/uni-decomposition.el:
 	* international/uni-digit.el:
 	* international/uni-lowercase.el:
 	* international/uni-mirrored.el:
@@ -630,7 +630,7 @@
 
 2009-09-26  Alan Mackenzie  <acm@muc.de>
 
-	* progmodes/cc-engine.el (c-beginning-of-statement-1):  Correct
+	* progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
 	buggy bracketing.
 
 	* progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
@@ -1524,7 +1524,7 @@
 	* progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
 	(gdb-var-list-children): Use json parsing.
 
-2009-09-11  Daniel Colascione <dan.colascione@gmail.com>
+2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
 
 	* progmodes/js.el (js--proper-indentation): Handle the case where
 	char-before is null.  Reported by Deniz Dogan.