From 7f434d8e601f6e84351bed3997c0391cdaae2ad7 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 23 Dec 1993 01:13:02 +0000 Subject: [PATCH] (echo_area_glyphs_length): Declared. --- src/window.h | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.5