aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-14 19:48:24 -0700
committerPaul Eggert2011-03-14 19:48:24 -0700
commitfd4ead52062abcb8d8356595708229d83021f042 (patch)
tree3c63a02ac35289c9c0d1d5aa5942282dea873bed /src/ChangeLog
parent2893f1463d31f84556a78b1a714f2427064caf78 (diff)
downloademacs-fd4ead52062abcb8d8356595708229d83021f042.tar.gz
emacs-fd4ead52062abcb8d8356595708229d83021f042.zip
* fileio.c (Fmake_directory_internal, Fread_file_name): Remove unused vars.
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 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