aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7e12a6c9854..185d611ea6e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -2,6 +2,9 @@
2 2
3 Fix more problems found by GCC 4.6.0's static checks. 3 Fix more problems found by GCC 4.6.0's static checks.
4 4
5 * lisp.h (message, message_nolog, doprint, error, verror, fatal):
6 Mark as printf-like functions.
7
5 * xdisp.c (vmessage): Mark as a printf-like function. 8 * xdisp.c (vmessage): Mark as a printf-like function.
6 9
7 * term.c (vfatal, maybe_fatal): Mark as printf-like functions. 10 * term.c (vfatal, maybe_fatal): Mark as printf-like functions.