From c0acc1122bb1c3a2f1c544b1e1c2a5c902585126 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 21 Jul 1995 07:51:20 +0000 Subject: [PATCH] (echo_area_window): Declared. --- src/window.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/window.h b/src/window.h index 17008bda3bb..9b4e50a8194 100644 --- a/src/window.h +++ b/src/window.h @@ -248,6 +248,11 @@ extern int echo_area_glyphs_length; 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; -- 2.39.2