# HG changeset patch # User Richard M. Stallman # Date 806313080 0 # Node ID 81f12c1d01788eda5dad17878e05edbfc8bf37ec # Parent ab75fc26058e2d66a89238178daa72b379b4d3aa (echo_area_window): Declared. diff -r ab75fc26058e -r 81f12c1d0178 src/window.h --- 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;