diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 567fe22a941..aa21fb17c85 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -7,6 +7,8 @@ | |||
| 7 | (Fexpand_file_name): Likewise. In particular, newdir might | 7 | (Fexpand_file_name): Likewise. In particular, newdir might |
| 8 | point at constant storage, so make it a const pointer. | 8 | point at constant storage, so make it a const pointer. |
| 9 | (Fmake_directory_internal, Fread_file_name): Remove unused vars. | 9 | (Fmake_directory_internal, Fread_file_name): Remove unused vars. |
| 10 | (Ffile_selinux_context, Fset_file_selinux_context): Fix pointer | ||
| 11 | signedness issues. | ||
| 10 | 12 | ||
| 11 | * minibuf.c (choose_minibuf_frame_1): Now static. | 13 | * minibuf.c (choose_minibuf_frame_1): Now static. |
| 12 | (Ftry_completion, Fall_completions): Rename or remove locals | 14 | (Ftry_completion, Fall_completions): Rename or remove locals |