Fix spurious "cl--defsubst-expand might not be defined at runtime"
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 11 Oct 2012 20:08:38 +0000 (16:08 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 11 Oct 2012 20:08:38 +0000 (16:08 -0400)
commit5253a5fd755a26e30c73653bc49066f0649ec0eb
tree2b0d0acea8460e0b881dd90156c89aca55c73650
parentac9fc2c779445a88cdf0ae2fa042879bb7ff0d16
Fix spurious "cl--defsubst-expand might not be defined at runtime"
* lisp/emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
changes to the format of load-history.
* src/eval.c (Fautoload): Remember previous autoload status in load-history.
lisp/ChangeLog
lisp/emacs-lisp/bytecomp.el
src/ChangeLog
src/eval.c