* src/eval.c (Ffunction): Use simpler format for closures.
[bpt/emacs.git] / lisp / ChangeLog
index 01571b8..3b93d4e 100644 (file)
@@ -1,3 +1,10 @@
+2011-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * help-fns.el (help-function-arglist):
+       * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
+       * subr.el (apply-partially): Adjust to new format.
+       * emacs-lisp/disass.el (disassemble-internal): Catch closures.
+
 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * subr.el (apply-partially): Move from subr.el; don't use lexical-let.