diff options
| author | Paul Eggert | 2011-03-16 00:30:17 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-03-16 00:30:17 -0700 |
| commit | d28a21703d47c6983e91d3d4a464546750519236 (patch) | |
| tree | be30105ab2f278522a46e77f3e5fbc727bef18da /src/ChangeLog | |
| parent | 475545b50099448132747e79b70bbb4199559d09 (diff) | |
| download | emacs-d28a21703d47c6983e91d3d4a464546750519236.tar.gz emacs-d28a21703d47c6983e91d3d4a464546750519236.zip | |
* eval.c (Fdefvar): Rewrite so as not to use empty "else".
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4e72b9c0d2b..15d169a8b30 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,6 +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. | 3 | * eval.c (call_debugger, do_debug_on_call, grow_specpdl): Now static. |
| 4 | (Fdefvar): Rewrite so as not to use empty "else". | ||
| 4 | 5 | ||
| 5 | * callint.c (quotify_arg, quotify_args): Now static. | 6 | * callint.c (quotify_arg, quotify_args): Now static. |
| 6 | (Fcall_interactively): Rename locals to avoid shadowing. | 7 | (Fcall_interactively): Rename locals to avoid shadowing. |