X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/ba4502fe1465f7803beca3ae187e41f0b25bef10..6ffb560b2a940d19419ac5afe11418588ef8c61f:/src/window.h?ds=sidebyside diff --git a/src/window.h b/src/window.h index 4e4c65b83e..2ec28ab4e5 100644 --- a/src/window.h +++ b/src/window.h @@ -1,5 +1,5 @@ /* Window definitions for GNU Emacs. - Copyright (C) 1985-1986, 1993, 1995, 1997-2014 Free Software + Copyright (C) 1985-1986, 1993, 1995, 1997-2015 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -1085,7 +1085,6 @@ struct glyph *get_phys_cursor_glyph (struct window *w); CHECK_TYPE (WINDOW_LIVE_P (WINDOW), Qwindow_live_p, WINDOW) /* These used to be in lisp.h. */ -extern Lisp_Object Qwindow_live_p; extern Lisp_Object Vwindow_list; extern Lisp_Object window_list (void);