]> code.delx.au - gnu-emacs/blobdiff - src/ChangeLog
Fix up "missing braces" warning.
[gnu-emacs] / src / ChangeLog
index 43b4c08dd23a21fd86ef8947142ab42cac4c79bc..81b4560e06d511dceb991a0f539719e041903aad 100644 (file)
@@ -1,3 +1,11 @@
+2010-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * eval.c (Feval, Ffuncall): Use the new names.
+
+       * lisp.h (struct Lisp_Subr): Rename `am' to aMANY and add aUNEVALLED.
+       (DEFUN): Add braces around the union initialisation and use ## to
+       specify the right union alternative and avoid a cast.
+
 2010-07-18  Juanma Barranquero  <lekktu@gmail.com>
 
        * makefile.w32-in ($(BLD)/keyboard.$(O)): Update dependencies.