From: Richard M. Stallman Date: Thu, 23 Dec 1993 01:13:02 +0000 (+0000) Subject: (echo_area_glyphs_length): Declared. X-Git-Tag: emacs-19.34~10616 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7f434d8e601f6e84351bed3997c0391cdaae2ad7;p=emacs.git (echo_area_glyphs_length): Declared. --- 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