aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJuri Linkov2010-05-21 02:08:52 +0300
committerJuri Linkov2010-05-21 02:08:52 +0300
commit2e2bbddbf9ac76724f4799c7bf5bf7c056d73951 (patch)
tree5f305b4dd4f98ffa7b961ee5dd97141bfe3c12d0 /src/ChangeLog
parentf66a2f90f69e8f8d73f06759cb2ae0fd2850ead3 (diff)
downloademacs-2e2bbddbf9ac76724f4799c7bf5bf7c056d73951.tar.gz
emacs-2e2bbddbf9ac76724f4799c7bf5bf7c056d73951.zip
* fileio.c (Fdelete_file): Change interative spec to use
`read-file-name' like in `find-file-read-args' where the default value is `default-directory' instead of `buffer-file-name'. http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00533.html
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b593f5fe8dd..13ab4682df3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12010-05-20 Juri Linkov <juri@jurta.org>
2
3 * fileio.c (Fdelete_file): Change interative spec to use
4 `read-file-name' like in `find-file-read-args' where the default
5 value is `default-directory' instead of `buffer-file-name'.
6 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00533.html
7
12010-05-20 Kevin Ryde <user42@zip.com.au> 82010-05-20 Kevin Ryde <user42@zip.com.au>
2 9
3 * keyboard.c (Vlast_command, Vkeyboard_translate_table) 10 * keyboard.c (Vlast_command, Vkeyboard_translate_table)