From f80832bcaae30fbf96b3f4452dd8239994f57b6d Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 18 Nov 2006 21:07:01 +0000 Subject: [PATCH] * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and' conditions for function or variable bindings. --- lisp/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) 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. -- 2.39.5