lisp/subr.el (read-quoted-char): Remove unused local variable `char'.
[bpt/emacs.git] / lib-src / ChangeLog
index 00a42cc..4a43a74 100644 (file)
@@ -1,4 +1,4 @@
-2013-06-21  Paul Eggert  <eggert@cs.ucla.edu>
+2013-07-02  Paul Eggert  <eggert@cs.ucla.edu>
 
        Prefer plain 'static' to 'static inline' (Bug#12541).
        I missed these instances of 'static inline' in an earlier sweep.
@@ -7,6 +7,8 @@
        * make-docfile.c (put_char): No longer inline.
        * etags.c (hash): Prefer int to unsigned when either will do.
 
+2013-06-21  Paul Eggert  <eggert@cs.ucla.edu>
+
        Use C99-style flexible array members if available.
        * ebrowse.c: Include <stddef.h>, for offsetof.
        (struct member, struct alias, struct sym):