* lisp/subr.el (with-eval-after-load): New macro.
[bpt/emacs.git] / src / ChangeLog
index 4d6e669..827092e 100644 (file)
@@ -1,3 +1,8 @@
+2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * lread.c (syms_of_lread):
+       * fns.c (Fprovide): Adjust to new format of after-load-alist.
+
 2013-06-13  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
 
        * fileio.c (Fdo_auto_save): Trap errors in auto-save-hook.  (Bug#14479)