Mercurial > emacs
changeset 112367:7cecbdca2394
* src/w32.c (check_windows_init_file): Remove declarations of
Vwindow_system, Vload_path, Qfile_exists_p to fix compilation.
author | Sam Steingold <sds@gnu.org> |
---|---|
date | Wed, 19 Jan 2011 10:24:40 -0500 |
parents | 7b02a85cde75 |
children | 4cddf15c8d9a |
files | src/ChangeLog src/w32.c |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Wed Jan 19 08:06:24 2011 -0700 +++ b/src/ChangeLog Wed Jan 19 10:24:40 2011 -0500 @@ -1,3 +1,8 @@ +2011-01-19 Sam Steingold <sds@gnu.org> + + * w32.c (check_windows_init_file): Remove declarations of + Vwindow_system, Vload_path, Qfile_exists_p to fix compilation. + 2011-01-19 Tom Tromey <tromey@redhat.com> * window.c: Fix error introduced by previous patch.
--- a/src/w32.c Wed Jan 19 08:06:24 2011 -0700 +++ b/src/w32.c Wed Jan 19 10:24:40 2011 -0500 @@ -5656,7 +5656,6 @@ if (!noninteractive && !inhibit_window_system) { - extern Lisp_Object Vwindow_system, Vload_path, Qfile_exists_p; Lisp_Object objs[2]; Lisp_Object full_load_path; Lisp_Object init_file;