]> git.eshelyaron.com Git - emacs.git/commitdiff
lisp/ChangeLog, src/ChangeLog: Fix typos.
authorJuanma Barranquero <lekktu@gmail.com>
Sat, 16 Apr 2011 03:44:06 +0000 (05:44 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Sat, 16 Apr 2011 03:44:06 +0000 (05:44 +0200)
lisp/ChangeLog
src/ChangeLog

index 9f3c8e6c49876ef4de55ce9db830fa0b9aea8fa0..da2995840da0448b117be85ccc8898f0982aab5d 100644 (file)
 2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
 
        * files.el (after-find-file-from-revert-buffer): Remove variable.
-       (after-find-file): Dont' bind it.
+       (after-find-file): Don't bind it.
        (revert-buffer-in-progress-p): New variable.
        (revert-buffer): Bind it.
        Pass nil for `after-find-file-from-revert-buffer'.
index 764b345bd25a865ae94569b94ebbc1eccb816bda..669808a3a5fa16699e73e41b62e376ddaef1cc75 100644 (file)
 
 2011-04-15  Ben Key  <bkey76@gmail.com>
 
-       * keyboard.c (Qundefined):  Don't declare static since it is
-       used in nsfns.m.
-       * xfaces.c (Qbold, Qexpanded, Qitalic, Qcondensed):  Don't
-       declare static since they are used in nsfont.m.
+       * keyboard.c (Qundefined): Don't declare static since it is used
+       in nsfns.m.
+       * xfaces.c (Qbold, Qexpanded, Qitalic, Qcondensed): Don't declare
+       static since they are used in nsfont.m.
 
 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>