diff options
| author | Stefan Monnier | 2007-09-21 07:00:04 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2007-09-21 07:00:04 +0000 |
| commit | c51842ec0fb0cbef7fa7b2f5e2b8bf2b299591a4 (patch) | |
| tree | d0ac9c2282d9d565190e64d0bfe3ff0fe4ea650c /src/ChangeLog | |
| parent | d2bb65982c9fc5781f3346432951b250360686f5 (diff) | |
| download | emacs-c51842ec0fb0cbef7fa7b2f5e2b8bf2b299591a4.tar.gz emacs-c51842ec0fb0cbef7fa7b2f5e2b8bf2b299591a4.zip | |
(xbacktrace): Print the arg's address rather than the value
of the first arg, since that value may be a union.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1c303f806ce..fce33201988 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * .gdbinit (xbacktrace): Print the arg's address rather than the value | ||
| 4 | of the first arg, since that value may be a union. | ||
| 5 | |||
| 3 | * callproc.c (child_setup, getenv_internal): Use the frame's `display' | 6 | * callproc.c (child_setup, getenv_internal): Use the frame's `display' |
| 4 | parameter rather than Qdisplay_environment_variable. If all else | 7 | parameter rather than Qdisplay_environment_variable. If all else |
| 5 | fails, look for DISPLAY in initial-environment. | 8 | fails, look for DISPLAY in initial-environment. |