]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 9 May 2005 00:38:25 +0000 (00:38 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 9 May 2005 00:38:25 +0000 (00:38 +0000)
lisp/ChangeLog
src/ChangeLog

index ed2aa8031fcd931429611c3f62fd7fc79426d6a0..d6c88be6b8c5a10aa5f46082ed389acef3c718dd 100644 (file)
@@ -1,3 +1,10 @@
+2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
+
+       * 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  <storm@cua.dk>
 
        * 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\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
+2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
 
        * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
        as well as `interactive', so that defmacro* would recognize
index f9c2608cf34ce54a234d01f1c56e60c3f0ab9612..a8e248a171881be6414e27377871fb9d292b24c5 100644 (file)
@@ -1,5 +1,9 @@
 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
 
+       * 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.