diff options
| author | Richard M. Stallman | 1995-07-21 07:51:20 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-07-21 07:51:20 +0000 |
| commit | c0acc1122bb1c3a2f1c544b1e1c2a5c902585126 (patch) | |
| tree | 9002f3f16c1788ea8f7c6905ea7395147fe35025 /src | |
| parent | c5b6b68020dbea06f1b167553e4145319689492d (diff) | |
| download | emacs-c0acc1122bb1c3a2f1c544b1e1c2a5c902585126.tar.gz emacs-c0acc1122bb1c3a2f1c544b1e1c2a5c902585126.zip | |
(echo_area_window): Declared.
Diffstat (limited to 'src')
| -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; | |||
| 248 | as it is no longer requested to appear. */ | 248 | as it is no longer requested to appear. */ |
| 249 | extern char *previous_echo_glyphs; | 249 | extern char *previous_echo_glyphs; |
| 250 | 250 | ||
| 251 | /* This is the window where the echo area message was displayed. | ||
| 252 | It is always a minibuffer window, but it may not be the | ||
| 253 | same window currently active as a minibuffer. */ | ||
| 254 | extern Lisp_Object echo_area_window; | ||
| 255 | |||
| 251 | /* Depth in recursive edits. */ | 256 | /* Depth in recursive edits. */ |
| 252 | extern int command_loop_level; | 257 | extern int command_loop_level; |
| 253 | 258 | ||