* lisp/emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 15 Jun 2010 02:51:25 +0000 (22:51 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 15 Jun 2010 02:51:25 +0000 (22:51 -0400)
commit3c3ddb9833996729545bb4909bea359e5dbaa02e
treee128f878a1ef7b7bd3217ff2c0fb664feb6dffbb
parentf43cb6490878cb8f1dcb7e45044bc635f54d5951
* lisp/emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
Don't macroexpand before evaluating in eval-and-compile, in case
`body's macro expansion uses macros and functions defined in itself.

* src/bytecode.c (exec_byte_code):
* src/eval.c (Ffunctionp): Fix up int/Lisp_Object confusions.
lisp/ChangeLog
lisp/emacs-lisp/bytecomp.el
src/ChangeLog
src/bytecode.c
src/eval.c