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 9393cec02a9..567fe22a941 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -6,6 +6,7 @@ | |||
| 6 | (file_name_as_directory): Use const pointers when appropriate. | 6 | (file_name_as_directory): Use const pointers when appropriate. |
| 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 | 10 | ||
| 10 | * minibuf.c (choose_minibuf_frame_1): Now static. | 11 | * minibuf.c (choose_minibuf_frame_1): Now static. |
| 11 | (Ftry_completion, Fall_completions): Rename or remove locals | 12 | (Ftry_completion, Fall_completions): Rename or remove locals |