Mercurial > emacs
diff src/window.h @ 5235:4ae7453678af
(echo_area_glyphs_length): Declared.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Thu, 23 Dec 1993 01:13:02 +0000 |
| parents | e94a593c3952 |
| children | c0a4d26e7498 |
line wrap: on
line diff
--- a/src/window.h Thu Dec 23 01:11:33 1993 +0000 +++ b/src/window.h Thu Dec 23 01:13:02 1993 +0000 @@ -236,6 +236,9 @@ 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
