summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2006-11-18 21:00:35 +0000
committerChong Yidong <cyd@stupidchicken.com>2006-11-18 21:00:35 +0000
commitfdf8f29f58a72458c24995e8eb6844b3412581ad (patch)
treef55de9cf21d7593af4bb451e04bc55c4557a03cf
parented91b7edccf0d1a1a47a6b5c9664785f0fa5e41f (diff)
downloademacs-fdf8f29f58a72458c24995e8eb6844b3412581ad.tar.gz
* comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
* progmodes/compile.el (compilation-start): Ditto.
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 372c31da3cc..60aad39189c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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.