aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2007-07-07 05:28:29 +0000
committerStefan Monnier2007-07-07 05:28:29 +0000
commit75f6af19287c17c8aff2d11ae8b8dba437d00c14 (patch)
tree6d221bbd34c039124684f815c4a41a5a188abff0 /lisp/ChangeLog
parent0b7750a95dffb8cb8095a5c9ca4e9df1cf7acd54 (diff)
downloademacs-75f6af19287c17c8aff2d11ae8b8dba437d00c14.tar.gz
emacs-75f6af19287c17c8aff2d11ae8b8dba437d00c14.zip
(find-file-confirm-nonexistent-file): Rename from
find-file-confirm-inexistent-file. Update users.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index cb79ea47bb2..fc0c6556026 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12007-07-07 Stefan Monnier <monnier@iro.umontreal.ca> 12007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * files.el (find-file-confirm-nonexistent-file): Rename from
4 find-file-confirm-inexistent-file. Update users.
5
3 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new 6 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
4 format of autoload block where the file's time-stamp is replaced by its 7 format of autoload block where the file's time-stamp is replaced by its
5 MD5 checksum. 8 MD5 checksum.