]> git.eshelyaron.com Git - emacs.git/commitdiff
(echo_area_window): Declared.
authorRichard M. Stallman <rms@gnu.org>
Fri, 21 Jul 1995 07:51:20 +0000 (07:51 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 21 Jul 1995 07:51:20 +0000 (07:51 +0000)
src/window.h

index 17008bda3bb67810666c95efa5eb4fa18a52e174..9b4e50a81943f18e95a5f0dd37c8afbf67690e70 100644 (file)
@@ -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;