diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-12-23 01:13:02 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-12-23 01:13:02 +0000 |
commit | 7f434d8e601f6e84351bed3997c0391cdaae2ad7 (patch) | |
tree | 51e3c39062e9cce893347debda6b78cbdb28a604 /src/window.h | |
parent | ab8fbbf707c90e5f82ec5a04c955067211f613b5 (diff) | |
download | emacs-7f434d8e601f6e84351bed3997c0391cdaae2ad7.tar.gz |
(echo_area_glyphs_length): Declared.
Diffstat (limited to 'src/window.h')
-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; minibuf_prompt as well as the buffer. */ extern char *echo_area_glyphs; +/* This is the length of the message in echo_area_glyphs. */ +extern int echo_area_glyphs_length; + /* Value of echo_area_glyphs when it was last acted on. If this is nonzero, there is a message on the frame in the minibuffer and it should be erased as soon |