# HG changeset patch # User Juanma Barranquero # Date 1254498427 0 # Node ID 6e4fd9b25ba3fbaa9f97515987f6d84940a1b4d1 # Parent e9079a7fb794c7361017e7e13069d258177b2bf0 Fix typos. diff -r e9079a7fb794 -r 6e4fd9b25ba3 lisp/ChangeLog --- 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 - * 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 +2009-09-11 Daniel Colascione * progmodes/js.el (js--proper-indentation): Handle the case where char-before is null. Reported by Deniz Dogan.