changeset 79084:1321ef56d537

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 14 Oct 2007 18:02:05 +0000
parents de1e5c00a8ce
children 1ac5ff9d4bd4
files src/ChangeLog
diffstat 1 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Sun Oct 14 18:00:31 2007 +0000
+++ b/src/ChangeLog	Sun Oct 14 18:02:05 2007 +0000
@@ -1,3 +1,9 @@
+2007-10-14  Juanma Barranquero  <lekktu@gmail.com>
+
+	* eval.c (do_autoload): Don't save autoloads.
+
+	* data.c (Ffset): Save autoload of the function being set.
+
 2007-10-07  John Paul Wallington  <jpw@pobox.com>
 
 	* xfns.c (x_create_tip_frame): Set the `display-type' frame
@@ -63,7 +69,7 @@
 
 2007-10-01  Juanma Barranquero  <lekktu@gmail.com>
 
-       * lread.c (Fload): Fix typo in docstring.
+	* lread.c (Fload): Fix typo in docstring.
 
 2007-09-29  Juri Linkov  <juri@jurta.org>