aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2013-06-02 05:59:46 +0200
committerJuanma Barranquero2013-06-02 05:59:46 +0200
commit8a621d5317e94977bb3e5e5ab2800b810d0297ee (patch)
tree4ae7edf270362f8c5f0c3d0e41e2289bdd3b4a19 /src
parent2044e704a47b356e39b7a176eb53b5ef5deb5199 (diff)
downloademacs-8a621d5317e94977bb3e5e5ab2800b810d0297ee.tar.gz
emacs-8a621d5317e94977bb3e5e5ab2800b810d0297ee.zip
lisp/ChangeLog, src/ChangeLog: Fix whitespace.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a2d4a21e973..65a49bae1dc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -3553,7 +3553,7 @@
3553 Use xputenv instead of setenv or putenv, to detect memory exhaustion. 3553 Use xputenv instead of setenv or putenv, to detect memory exhaustion.
3554 * editfns.c (initial_tz): Move static var decl up. 3554 * editfns.c (initial_tz): Move static var decl up.
3555 (tzvalbuf_in_environ): New static var. 3555 (tzvalbuf_in_environ): New static var.
3556 (init_editfns): Initialize these two static vars. 3556 (init_editfns): Initialize these two static vars.
3557 (Fencode_time): Don't assume arbitrary limit on EMACS_INT width. 3557 (Fencode_time): Don't assume arbitrary limit on EMACS_INT width.
3558 Save old TZ value on stack, if it's small. 3558 Save old TZ value on stack, if it's small.
3559 (Fencode_time, set_time_zone_rule): Don't modify 'environ' directly; 3559 (Fencode_time, set_time_zone_rule): Don't modify 'environ' directly;
@@ -3832,7 +3832,7 @@
3832 Use execve to avoid need to munge environ (Bug#13054). 3832 Use execve to avoid need to munge environ (Bug#13054).
3833 * callproc.c (Fcall_process): 3833 * callproc.c (Fcall_process):
3834 * process.c (create_process): 3834 * process.c (create_process):
3835 Don't save and restore environ; no longer needed. 3835 Don't save and restore environ; no longer needed.
3836 * callproc.c (child_setup): 3836 * callproc.c (child_setup):
3837 Use execve, not execvp, to preserve environ. 3837 Use execve, not execvp, to preserve environ.
3838 3838