1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-15 09:47:20 +00:00

* emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'

conditions for function or variable bindings.
This commit is contained in:
Chong Yidong 2006-11-18 21:07:01 +00:00
parent 0206aa642d
commit f80832bcaa

View 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.