aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2006-09-12 16:43:25 +0000
committerPaul Eggert2006-09-12 16:43:25 +0000
commit4b1aaa8b07cf2797b5a57e2a1fd88f3ec0aa41e2 (patch)
treee00adba73d181d3d8b6a111ebfc856a0a3acc454 /src
parentafc05254f5403c9d977013c70e4391e7ac1643b6 (diff)
downloademacs-4b1aaa8b07cf2797b5a57e2a1fd88f3ec0aa41e2.tar.gz
emacs-4b1aaa8b07cf2797b5a57e2a1fd88f3ec0aa41e2.zip
* etc/NEWS: In terminal-oriented subshells, the EMACS environment
variable now defaults to Emacs's absolute file name, instead of to "t". * etc/PROBLEMS: Adjust tcsh advice for this. * make-dist (EMACS): Exit and fail if the EMACS environment variable is set to something other than an absolute file name. * lisp/comint.el (comint-exec-1): Set EMACS to the full name of Emacs, not to "t". * lisp/progmodes/compile.el (compilation-start): Likewise. * lisp/progmodes/idlwave.el (idlwave-rescan-asynchronously): Don't use expand-file-name on invocation-directory, since this might mishandle special characters in invocation-directory. * man/faq.texi (Escape sequences in shell output): EMACS is now set to Emacs's absolute file name, not to "t". (^M in the shell buffer): Likewise. * man/misc.texi (Interactive Shell): Likewise.
Diffstat (limited to 'src')
-rw-r--r--src/config.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/config.in b/src/config.in
index 09f7be65b3b..7b604bb4e37 100644
--- a/src/config.in
+++ b/src/config.in
@@ -124,6 +124,10 @@ Boston, MA 02110-1301, USA. */
124 don't. */ 124 don't. */
125#undef HAVE_DECL_SYS_SIGLIST 125#undef HAVE_DECL_SYS_SIGLIST
126 126
127/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
128 */
129#undef HAVE_DECL_TZNAME
130
127/* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you 131/* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you
128 don't. */ 132 don't. */
129#undef HAVE_DECL___SYS_SIGLIST 133#undef HAVE_DECL___SYS_SIGLIST
@@ -796,7 +800,7 @@ Boston, MA 02110-1301, USA. */
796 800
797/* If using the C implementation of alloca, define if you know the 801/* If using the C implementation of alloca, define if you know the
798 direction of stack growth for your system; otherwise it will be 802 direction of stack growth for your system; otherwise it will be
799 automatically deduced at run-time. 803 automatically deduced at runtime.
800 STACK_DIRECTION > 0 => grows toward higher addresses 804 STACK_DIRECTION > 0 => grows toward higher addresses
801 STACK_DIRECTION < 0 => grows toward lower addresses 805 STACK_DIRECTION < 0 => grows toward lower addresses
802 STACK_DIRECTION = 0 => direction of growth unknown */ 806 STACK_DIRECTION = 0 => direction of growth unknown */