diff options
| author | Sam Steingold | 2011-01-19 10:55:47 -0500 |
|---|---|---|
| committer | Sam Steingold | 2011-01-19 10:55:47 -0500 |
| commit | 817a735de075cfdb0196eeee8c90435a7cacf13a (patch) | |
| tree | 2e940137c657f9a8bd62a5f546d6e539949a6737 /src/ChangeLog | |
| parent | 4e55715e8a0dbad05de61d3e8568b58b08b06d05 (diff) | |
| download | emacs-817a735de075cfdb0196eeee8c90435a7cacf13a.tar.gz emacs-817a735de075cfdb0196eeee8c90435a7cacf13a.zip | |
Fix an error introduced by the previous patch.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 99ab13d2995..5e50ddb59ee 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -2,6 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | * w32.c (check_windows_init_file): Remove declarations of | 3 | * w32.c (check_windows_init_file): Remove declarations of |
| 4 | Vwindow_system, Vload_path, Qfile_exists_p to fix compilation. | 4 | Vwindow_system, Vload_path, Qfile_exists_p to fix compilation. |
| 5 | * w32fns.c: Fix an error introduced by the previous patch. | ||
| 5 | 6 | ||
| 6 | 2011-01-19 Tom Tromey <tromey@redhat.com> | 7 | 2011-01-19 Tom Tromey <tromey@redhat.com> |
| 7 | 8 | ||