From: Juanma Barranquero Date: Fri, 2 Oct 2009 15:47:07 +0000 (+0000) Subject: Fix typos. X-Git-Tag: emacs-pretest-23.1.90~982 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9c3c9fdf41d831329795d671895d5e469356e54d;p=emacs.git Fix typos. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 58349083f55..53050de004d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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.