diff options
author | Sam Steingold <sds@gnu.org> | 2011-01-19 10:24:40 -0500 |
---|---|---|
committer | Sam Steingold <sds@gnu.org> | 2011-01-19 10:24:40 -0500 |
commit | 4e55715e8a0dbad05de61d3e8568b58b08b06d05 (patch) | |
tree | e50253b03271a223008a13394ebf9b0887db2d3f /src/w32.c | |
parent | ef79d2fac2a4d8e71538b4dc67e771f2c0a178a0 (diff) | |
download | emacs-4e55715e8a0dbad05de61d3e8568b58b08b06d05.tar.gz |
* src/w32.c (check_windows_init_file): Remove declarations of
Vwindow_system, Vload_path, Qfile_exists_p to fix compilation.
Diffstat (limited to 'src/w32.c')
-rw-r--r-- | src/w32.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/w32.c b/src/w32.c index b10f9ec9db4..e508e4e3fa5 100644 --- a/src/w32.c +++ b/src/w32.c @@ -5656,7 +5656,6 @@ check_windows_init_file (void) 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; |