X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/259a0b6d3bc6ffe0d5d24368e415fa46f439a844..6ffb560b2a940d19419ac5afe11418588ef8c61f:/src/window.h diff --git a/src/window.h b/src/window.h index ea5dddc9fc..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. @@ -519,7 +519,7 @@ wset_next_buffers (struct window *w, Lisp_Object val) #define WINDOW_FRAME_COLUMN_WIDTH(W) \ (FRAME_COLUMN_WIDTH (WINDOW_XFRAME ((W)))) -/* Return the canonical column width of the frame of window W. */ +/* Return the canonical line height of the frame of window W. */ #define WINDOW_FRAME_LINE_HEIGHT(W) \ (FRAME_LINE_HEIGHT (WINDOW_XFRAME ((W)))) @@ -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);