Mercurial > emacs
changeset 12632:81f12c1d0178
(echo_area_window): Declared.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 21 Jul 1995 07:51:20 +0000 |
parents | ab75fc26058e |
children | c05399b944ab |
files | src/window.h |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/window.h Fri Jul 21 07:50:50 1995 +0000 +++ b/src/window.h Fri Jul 21 07:51:20 1995 +0000 @@ -248,6 +248,11 @@ as it is no longer requested to appear. */ extern char *previous_echo_glyphs; +/* This is the window where the echo area message was displayed. + It is always a minibuffer window, but it may not be the + same window currently active as a minibuffer. */ +extern Lisp_Object echo_area_window; + /* Depth in recursive edits. */ extern int command_loop_level;