aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-16 00:26:16 -0700
committerPaul Eggert2011-03-16 00:26:16 -0700
commitb0e80955879267569ee146c03ae0d5a8e7e041a5 (patch)
tree0e9e6bc8685e5c271b5ca0d784aac66ab0445221 /src/ChangeLog
parenta3e8cbda22e76cc2f5352638256cdc0033c00357 (diff)
downloademacs-b0e80955879267569ee146c03ae0d5a8e7e041a5.tar.gz
emacs-b0e80955879267569ee146c03ae0d5a8e7e041a5.zip
* callint.c: Use const pointer when appropriate.
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 e70683dd12a..ca43ce4dc8f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -2,6 +2,7 @@
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 (Fcall_interactively): Rename locals to avoid shadowing.
5 Use const pointer when appropriate.
5 6
6 * lisp.h (get_system_name, get_operating_system_release): 7 * lisp.h (get_system_name, get_operating_system_release):
7 Move decls here, to check interfaces. 8 Move decls here, to check interfaces.