]> git.eshelyaron.com Git - emacs.git/commitdiff
* emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
authorChong Yidong <cyd@stupidchicken.com>
Sat, 18 Nov 2006 21:07:01 +0000 (21:07 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 18 Nov 2006 21:07:01 +0000 (21:07 +0000)
conditions for function or variable bindings.

lisp/ChangeLog

index 60aad39189cd5f993ef12248ad182ad69a779275..141be7100981c7a164e68f6f7046fb2bddb8ef6b 100644 (file)
@@ -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.