diff options
| author | Chong Yidong | 2006-11-18 21:00:35 +0000 |
|---|---|---|
| committer | Chong Yidong | 2006-11-18 21:00:35 +0000 |
| commit | fdf8f29f58a72458c24995e8eb6844b3412581ad (patch) | |
| tree | f55de9cf21d7593af4bb451e04bc55c4557a03cf | |
| parent | ed91b7edccf0d1a1a47a6b5c9664785f0fa5e41f (diff) | |
| download | emacs-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/ChangeLog | 6 |
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 @@ | |||
| 1 | 2006-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 | |||
| 1 | 2006-11-18 Michael Albinus <michael.albinus@gmx.de> | 7 | 2006-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. |