diff 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
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Mar 03 03:38:21 2008 +0000
+++ b/lisp/ChangeLog	Mon Mar 03 03:40:04 2008 +0000
@@ -1,5 +1,8 @@
 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+	* emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
+	Remove optimization that was working around the form-code-walker bug.
+
 	* emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
 	Walk into the body of lambdas after byte-compile-unfold-lambda.