diff options
| author | Paul Eggert | 2011-03-16 00:28:57 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-03-16 00:28:57 -0700 |
| commit | 475545b50099448132747e79b70bbb4199559d09 (patch) | |
| tree | 79c592b60807f1059503d26fe4a978569d656e25 /src/ChangeLog | |
| parent | b0e80955879267569ee146c03ae0d5a8e7e041a5 (diff) | |
| download | emacs-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/ChangeLog | 2 |
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 @@ | |||
| 1 | 2011-03-16 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-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. |