aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2010-07-20 17:26:53 +0200
committerStefan Monnier2010-07-20 17:26:53 +0200
commitd5273788df4b8e6f4a266bfac3fd63ac10265dc7 (patch)
tree8aa8e0aed73a0d937d4a244d85523a06b1fe4eba /src/ChangeLog
parenta628ad9d974d15b9fbab527e0151377d23b5aeae (diff)
downloademacs-d5273788df4b8e6f4a266bfac3fd63ac10265dc7.tar.gz
emacs-d5273788df4b8e6f4a266bfac3fd63ac10265dc7.zip
Fix up "missing braces" warning.
* src/eval.c (Feval, Ffuncall): Use the new names. * src/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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 43b4c08dd23..81b4560e06d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12010-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * eval.c (Feval, Ffuncall): Use the new names.
4
5 * lisp.h (struct Lisp_Subr): Rename `am' to aMANY and add aUNEVALLED.
6 (DEFUN): Add braces around the union initialisation and use ## to
7 specify the right union alternative and avoid a cast.
8
12010-07-18 Juanma Barranquero <lekktu@gmail.com> 92010-07-18 Juanma Barranquero <lekktu@gmail.com>
2 10
3 * makefile.w32-in ($(BLD)/keyboard.$(O)): Update dependencies. 11 * makefile.w32-in ($(BLD)/keyboard.$(O)): Update dependencies.