mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-04 19:10:37 -08:00
* src/w32.c (check_windows_init_file): Remove declarations of
Vwindow_system, Vload_path, Qfile_exists_p to fix compilation.
This commit is contained in:
parent
ef79d2fac2
commit
4e55715e8a
2 changed files with 5 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue