From f1701e6542604afbeae652cc033bab76f255e129 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 9 May 2005 00:38:25 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 9 ++++++++- src/ChangeLog | 4 ++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ed2aa8031fc..d6c88be6b8c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2005-05-09 Juanma Barranquero + + * obsolete/uncompress.el: Set `find-file-not-found-functions', not + `find-file-not-found-hooks'; use `add-hook'. + (uncompress-while-visiting): Set `write-file-functions', not + `write-file-hooks'; use `add-hook'. + 2005-05-09 Kim F. Storm * emulation/cua-base.el (cua-copy-region, cua-cut-region) @@ -36,7 +43,7 @@ * international/mule.el (sgml-xml-auto-coding-function): Recognize encoding='FOO' in single quotes as well as in double quotes. -2005-05-07 Johan Bockg,Ae(Brd +2005-05-07 Johan Bockg,Ae(Brd * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare' as well as `interactive', so that defmacro* would recognize diff --git a/src/ChangeLog b/src/ChangeLog index f9c2608cf34..a8e248a1718 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,9 @@ 2005-05-09 Juanma Barranquero + * fileio.c (Fexpand_file_name, Frename_file, Fadd_name_to_file) + (Fmake_symbolic_link, Faccess_file, Frecent_auto_save_p): + Doc fixes. + * dired.c (Ffile_name_completion): Make argument name match its use in docstring. -- 2.11.4.GIT