diff options
| author | Daniel Colascione | 2013-09-24 03:48:53 -0800 |
|---|---|---|
| committer | Daniel Colascione | 2013-09-24 03:48:53 -0800 |
| commit | 10ebac9d6af07da7650c490a39144177a25861e3 (patch) | |
| tree | d9b9e7cb1ab7018357df35bbb8508a898fb0916a /src/ChangeLog | |
| parent | 9da0f50e5ab74e7543f169cef831cc8c22ef4f43 (diff) | |
| download | emacs-10ebac9d6af07da7650c490a39144177a25861e3.tar.gz emacs-10ebac9d6af07da7650c490a39144177a25861e3.zip | |
Fix build break due to vector changes
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 e4d9ad3b835..82517661164 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-09-24 Daniel Colascione <dancol@dancol.org> | ||
| 2 | |||
| 3 | * process.c (Fnetwork_interface_info): Fix build break due to | ||
| 4 | vector changes. | ||
| 5 | |||
| 1 | 2013-09-24 Paul Eggert <eggert@cs.ucla.edu> | 6 | 2013-09-24 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 7 | ||
| 3 | * dispnew.c (clear_glyph_row, copy_row_except_pointers): | 8 | * dispnew.c (clear_glyph_row, copy_row_except_pointers): |