diff options
| author | Eli Zaretskii | 2013-12-14 11:57:53 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2013-12-14 11:57:53 +0200 |
| commit | 287d70764c83f6054eb2a0ede942eda01c20fcdf (patch) | |
| tree | dc34b1706c1bf8bc491b94350d70f637e17f71e1 /src/ChangeLog | |
| parent | 6084a28b66e4a3cedf860a58c342f5f60b7685e3 (diff) | |
| download | emacs-287d70764c83f6054eb2a0ede942eda01c20fcdf.tar.gz emacs-287d70764c83f6054eb2a0ede942eda01c20fcdf.zip | |
Revert 2 last commits in src/alloc.c.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a9672768b48..df145600556 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,8 +1,5 @@ | |||
| 1 | 2013-12-14 Eli Zaretskii <eliz@gnu.org> | 1 | 2013-12-14 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * alloc.c (cleanup_vector): Don't call the font driver's 'close' | ||
| 4 | method if the 'driver' pointer is NULL. | ||
| 5 | |||
| 6 | * fileio.c (Fcopy_file) [WINDOWSNT]: Move most of the | 3 | * fileio.c (Fcopy_file) [WINDOWSNT]: Move most of the |
| 7 | Windows-specific code to w32.c. Change error message text to | 4 | Windows-specific code to w32.c. Change error message text to |
| 8 | match that of Posix platforms. | 5 | match that of Posix platforms. |