aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2006-11-18 21:00:35 +0000
committerChong Yidong2006-11-18 21:00:35 +0000
commitfdf8f29f58a72458c24995e8eb6844b3412581ad (patch)
treef55de9cf21d7593af4bb451e04bc55c4557a03cf
parented91b7edccf0d1a1a47a6b5c9664785f0fa5e41f (diff)
downloademacs-fdf8f29f58a72458c24995e8eb6844b3412581ad.tar.gz
emacs-fdf8f29f58a72458c24995e8eb6844b3412581ad.zip
* 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 @@
12006-11-18 Chong Yidong <cyd@stupidchicken.com>
2
3 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
4
5 * progmodes/compile.el (compilation-start): Ditto.
6
12006-11-18 Michael Albinus <michael.albinus@gmx.de> 72006-11-18 Michael Albinus <michael.albinus@gmx.de>
2 8
3 * net/tramp.el (top): cl and custom are always required. 9 * net/tramp.el (top): cl and custom are always required.