# HG changeset patch # User Chong Yidong # Date 1163883635 0 # Node ID 8580dcf86c2c489e8b4c72790ab7072ec7cf2f44 # Parent 217e6137471a038f183941dcf53dd9aec31e257d * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t. * progmodes/compile.el (compilation-start): Ditto. diff -r 217e6137471a -r 8580dcf86c2c lisp/ChangeLog --- a/lisp/ChangeLog Sat Nov 18 21:00:16 2006 +0000 +++ b/lisp/ChangeLog Sat Nov 18 21:00:35 2006 +0000 @@ -1,3 +1,9 @@ +2006-11-18 Chong Yidong + + * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t. + + * progmodes/compile.el (compilation-start): Ditto. + 2006-11-18 Michael Albinus * net/tramp.el (top): cl and custom are always required.