aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 15d169a8b30..a5a4657f7dc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -2,6 +2,8 @@
2 2
3 * eval.c (call_debugger, do_debug_on_call, grow_specpdl): Now static. 3 * eval.c (call_debugger, do_debug_on_call, grow_specpdl): Now static.
4 (Fdefvar): Rewrite so as not to use empty "else". 4 (Fdefvar): Rewrite so as not to use empty "else".
5 (lisp_indirect_variable): Name an expression,
6 to avoid gcc -Wbad-function-cast warning.
5 7
6 * callint.c (quotify_arg, quotify_args): Now static. 8 * callint.c (quotify_arg, quotify_args): Now static.
7 (Fcall_interactively): Rename locals to avoid shadowing. 9 (Fcall_interactively): Rename locals to avoid shadowing.