diff options
| author | Paul Eggert | 2011-03-16 00:24:57 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-03-16 00:24:57 -0700 |
| commit | a3e8cbda22e76cc2f5352638256cdc0033c00357 (patch) | |
| tree | 7d72ab73eeefaad086b7012870ec88ea5c784343 /src/ChangeLog | |
| parent | b1349114e9a58791ee0d5e505e05633cc91293f3 (diff) | |
| download | emacs-a3e8cbda22e76cc2f5352638256cdc0033c00357.tar.gz emacs-a3e8cbda22e76cc2f5352638256cdc0033c00357.zip | |
* callint.c (Fcall_interactively): Rename locals to avoid shadowing.
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 d87c1d0fbcb..e70683dd12a 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 | * callint.c (quotify_arg, quotify_args): Now static. | 3 | * callint.c (quotify_arg, quotify_args): Now static. |
| 4 | (Fcall_interactively): Rename locals to avoid shadowing. | ||
| 4 | 5 | ||
| 5 | * lisp.h (get_system_name, get_operating_system_release): | 6 | * lisp.h (get_system_name, get_operating_system_release): |
| 6 | Move decls here, to check interfaces. | 7 | Move decls here, to check interfaces. |