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 951732a1306..76da9676289 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,6 +1,9 @@
12011-03-14 Paul Eggert <eggert@cs.ucla.edu> 12011-03-14 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * emacs.c (init_cmdargs): Rename local to avoid shadowing. 3 * emacs.c (init_cmdargs): Rename local to avoid shadowing.
4 (DEFINE_DUMMY_FUNCTION): New macro.
5 (__do_global_ctors, __do_global_ctors_aux, __do_global_dtors, __main):
6 Use it.
4 7
5 * lisp.h (fatal_error_signal): Add decl, since it's exported. 8 * lisp.h (fatal_error_signal): Add decl, since it's exported.
6 9