# HG changeset patch # User Chong Yidong # Date 1163884021 0 # Node ID 36520481d28f3b316aaf93fe744d25528ec7ad3f # Parent 588eb3f72db6b2ec68bcdf767403515a809f2062 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and' conditions for function or variable bindings. diff -r 588eb3f72db6 -r 36520481d28f lisp/ChangeLog --- 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 + * 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.