aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-16 00:28:57 -0700
committerPaul Eggert2011-03-16 00:28:57 -0700
commit475545b50099448132747e79b70bbb4199559d09 (patch)
tree79c592b60807f1059503d26fe4a978569d656e25 /src/ChangeLog
parentb0e80955879267569ee146c03ae0d5a8e7e041a5 (diff)
downloademacs-475545b50099448132747e79b70bbb4199559d09.tar.gz
emacs-475545b50099448132747e79b70bbb4199559d09.zip
* eval.c (call_debugger, do_debug_on_call, grow_specpdl): Now static.
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 ca43ce4dc8f..4e72b9c0d2b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12011-03-16 Paul Eggert <eggert@cs.ucla.edu> 12011-03-16 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * eval.c (call_debugger, do_debug_on_call, grow_specpdl): Now static.
4
3 * callint.c (quotify_arg, quotify_args): Now static. 5 * callint.c (quotify_arg, quotify_args): Now static.
4 (Fcall_interactively): Rename locals to avoid shadowing. 6 (Fcall_interactively): Rename locals to avoid shadowing.
5 Use const pointer when appropriate. 7 Use const pointer when appropriate.