diff options
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 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. |