diff options
| author | Eli Zaretskii | 2012-07-28 10:59:34 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2012-07-28 10:59:34 +0300 |
| commit | df81cd291bc12c494fdeaeb7849ad7ef754dbbc1 (patch) | |
| tree | 4c5f29ba77974a2926d68b0f29b59d930047dc63 /src/ChangeLog | |
| parent | 73e0cbc0f5d1f5a70b18f8357979142bb265669f (diff) | |
| download | emacs-df81cd291bc12c494fdeaeb7849ad7ef754dbbc1.tar.gz emacs-df81cd291bc12c494fdeaeb7849ad7ef754dbbc1.zip | |
Fix --without-x build.
src/xdisp.c (init_iterator): Don't reference tip_frame in a build
--without-x. (Bug#11742)
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 42b92de5c26..8d0e7caf4ea 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-07-28 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (init_iterator): Don't reference tip_frame in a build | ||
| 4 | --without-x. (Bug#11742) | ||
| 5 | |||
| 1 | 2012-07-27 Paul Eggert <eggert@cs.ucla.edu> | 6 | 2012-07-27 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 7 | ||
| 3 | Adjust GDB to reflect pvec_type changes (Bug#12036). | 8 | Adjust GDB to reflect pvec_type changes (Bug#12036). |