comparison lisp/ChangeLog @ 92427:31b671bf1dfc

(byte-compile-maybe-guarded): Remove optimization that was working around the form-code-walker bug.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 03 Mar 2008 03:40:04 +0000
parents 646c75baf82e
children 1fe5dc1b18dd
comparison
equal deleted inserted replaced
92426:646c75baf82e 92427:31b671bf1dfc
1 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca> 1 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
4 Remove optimization that was working around the form-code-walker bug.
2 5
3 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): 6 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4 Walk into the body of lambdas after byte-compile-unfold-lambda. 7 Walk into the body of lambdas after byte-compile-unfold-lambda.
5 8
6 2008-03-03 Glenn Morris <rgm@gnu.org> 9 2008-03-03 Glenn Morris <rgm@gnu.org>