]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typos.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 2 Oct 2009 15:47:07 +0000 (15:47 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 2 Oct 2009 15:47:07 +0000 (15:47 +0000)
lisp/ChangeLog

index 58349083f5574a7b16e27f650f90dfaa3c23f31c..53050de004db7a8e599bbbd2405851be7f805792 100644 (file)
        * 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:
 
 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
        * 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.