diff options
| author | Paul Eggert | 2011-07-28 16:47:01 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-07-28 16:47:01 -0700 |
| commit | 483a9e21b6c8387cdbd5a5f3ab8a3fe77f7e52a0 (patch) | |
| tree | e372226d8df85b9ce9eaa3a0d9b0111138ea9c4b /src/ChangeLog | |
| parent | 2f645268752fbbaf6f094dab704fce2c667f7468 (diff) | |
| download | emacs-483a9e21b6c8387cdbd5a5f3ab8a3fe77f7e52a0.tar.gz emacs-483a9e21b6c8387cdbd5a5f3ab8a3fe77f7e52a0.zip | |
* fringe.c (Fdefine_fringe_bitmap): Don't update size until alloc works.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e2b613d03c8..058c250a330 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2011-07-28 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-07-28 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * fringe.c (Fdefine_fringe_bitmap): Don't update size until alloc works. | ||
| 4 | |||
| 3 | * frame.h (struct frame): Use int, not EMACS_INT, where int works. | 5 | * frame.h (struct frame): Use int, not EMACS_INT, where int works. |
| 4 | This is for the members text_lines, text_cols, total_lines, total_cols, | 6 | This is for the members text_lines, text_cols, total_lines, total_cols, |
| 5 | where the system imposes an 'int' limit. | 7 | where the system imposes an 'int' limit. |