]> git.eshelyaron.com Git - emacs.git/commitdiff
* comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 18 Nov 2006 21:00:35 +0000 (21:00 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 18 Nov 2006 21:00:35 +0000 (21:00 +0000)
* progmodes/compile.el (compilation-start): Ditto.

lisp/ChangeLog

index 372c31da3ccc9075c63b60790a6417271b5394e4..60aad39189cd5f993ef12248ad182ad69a779275 100644 (file)
@@ -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.