aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-16 00:24:57 -0700
committerPaul Eggert2011-03-16 00:24:57 -0700
commita3e8cbda22e76cc2f5352638256cdc0033c00357 (patch)
tree7d72ab73eeefaad086b7012870ec88ea5c784343 /src/ChangeLog
parentb1349114e9a58791ee0d5e505e05633cc91293f3 (diff)
downloademacs-a3e8cbda22e76cc2f5352638256cdc0033c00357.tar.gz
emacs-a3e8cbda22e76cc2f5352638256cdc0033c00357.zip
* callint.c (Fcall_interactively): Rename locals to avoid shadowing.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog1
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 @@
12011-03-16 Paul Eggert <eggert@cs.ucla.edu> 12011-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.