Mercurial > emacs
changeset 112368:4cddf15c8d9a
Fix an error introduced by the previous patch.
author | Sam Steingold <sds@gnu.org> |
---|---|
date | Wed, 19 Jan 2011 10:55:47 -0500 |
parents | 7cecbdca2394 |
children | 47cb827a3b2a 7935463f385e |
files | src/ChangeLog src/w32fns.c |
diffstat | 2 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Wed Jan 19 10:24:40 2011 -0500 +++ b/src/ChangeLog Wed Jan 19 10:55:47 2011 -0500 @@ -2,6 +2,7 @@ * w32.c (check_windows_init_file): Remove declarations of Vwindow_system, Vload_path, Qfile_exists_p to fix compilation. + * w32fns.c: Fix an error introduced by the previous patch. 2011-01-19 Tom Tromey <tromey@redhat.com>