diff options
| author | Richard M. Stallman | 1993-12-23 01:13:02 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-12-23 01:13:02 +0000 |
| commit | 7f434d8e601f6e84351bed3997c0391cdaae2ad7 (patch) | |
| tree | 51e3c39062e9cce893347debda6b78cbdb28a604 /src | |
| parent | ab8fbbf707c90e5f82ec5a04c955067211f613b5 (diff) | |
| download | emacs-7f434d8e601f6e84351bed3997c0391cdaae2ad7.tar.gz emacs-7f434d8e601f6e84351bed3997c0391cdaae2ad7.zip | |
(echo_area_glyphs_length): Declared.
Diffstat (limited to 'src')
| -rw-r--r-- | src/window.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/window.h b/src/window.h index 6d613ad9f4e..9ad66e17658 100644 --- a/src/window.h +++ b/src/window.h | |||
| @@ -236,6 +236,9 @@ extern int minibuf_prompt_width; | |||
| 236 | minibuf_prompt as well as the buffer. */ | 236 | minibuf_prompt as well as the buffer. */ |
| 237 | extern char *echo_area_glyphs; | 237 | extern char *echo_area_glyphs; |
| 238 | 238 | ||
| 239 | /* This is the length of the message in echo_area_glyphs. */ | ||
| 240 | extern int echo_area_glyphs_length; | ||
| 241 | |||
| 239 | /* Value of echo_area_glyphs when it was last acted on. | 242 | /* Value of echo_area_glyphs when it was last acted on. |
| 240 | If this is nonzero, there is a message on the frame | 243 | If this is nonzero, there is a message on the frame |
| 241 | in the minibuffer and it should be erased as soon | 244 | in the minibuffer and it should be erased as soon |