changeset 74056:8580dcf86c2c

* comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t. * progmodes/compile.el (compilation-start): Ditto.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 18 Nov 2006 21:00:35 +0000
parents 217e6137471a
children 636627b25f70
files lisp/ChangeLog
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <cyd@stupidchicken.com>
+
+	* comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
+
+	* progmodes/compile.el (compilation-start): Ditto.
+
 2006-11-18  Michael Albinus  <michael.albinus@gmx.de>
 
 	* net/tramp.el (top): cl and custom are always required.