changeset 74060:36520481d28f

* emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and' conditions for function or variable bindings.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 18 Nov 2006 21:07:01 +0000
parents 588eb3f72db6
children 3fd4ab1021bd
files lisp/ChangeLog
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Nov 18 21:05:06 2006 +0000
+++ b/lisp/ChangeLog	Sat Nov 18 21:07:01 2006 +0000
@@ -1,5 +1,8 @@
 2006-11-18  Chong Yidong  <cyd@stupidchicken.com>
 
+	* emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
+	conditions for function or variable bindings.
+
 	* comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
 
 	* progmodes/compile.el (compilation-start): Ditto.