diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-07-21 07:51:20 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-07-21 07:51:20 +0000 |
commit | 14c4f6210a69aab5ad2b84c185ada41b1a563b6f (patch) | |
tree | 7755b08db8f2ea7e824f85f018244aeefd1c3f34 /src/window.h | |
parent | 031504c4e5c3e5755b7af7424c67a412e8ed2ce6 (diff) | |
download | emacs-14c4f6210a69aab5ad2b84c185ada41b1a563b6f.tar.gz |
(echo_area_window): Declared.
Diffstat (limited to 'src/window.h')
-rw-r--r-- | src/window.h | 5 |
1 files changed, 5 insertions, 0 deletions
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; |