From: Chong Yidong Date: Sat, 18 Nov 2006 21:07:01 +0000 (+0000) Subject: * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and' X-Git-Tag: emacs-pretest-22.0.91~9 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f80832bcaae30fbf96b3f4452dd8239994f57b6d;p=emacs.git * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and' conditions for function or variable bindings. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 60aad39189c..141be710098 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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.