aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann1999-08-21 19:30:42 +0000
committerGerd Moellmann1999-08-21 19:30:42 +0000
commit4da43475454611843f75dbcf604250f8565404e0 (patch)
tree929336ad59ba5c2a74591b265368bbbf54ae68fc /src
parent2b6538062cc74db6e18f6dce36721b93d3d32924 (diff)
downloademacs-4da43475454611843f75dbcf604250f8565404e0.tar.gz
emacs-4da43475454611843f75dbcf604250f8565404e0.zip
Remove references to echo_area_glyphs
and previous_echo_glyphs.
Diffstat (limited to 'src')
-rw-r--r--src/window.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/window.h b/src/window.h
index bdc3080942b..8e8147736bc 100644
--- a/src/window.h
+++ b/src/window.h
@@ -375,30 +375,6 @@ extern Lisp_Object minibuf_prompt;
375 375
376extern int minibuf_prompt_width; 376extern int minibuf_prompt_width;
377 377
378/* Message to display instead of minibuffer contents. This is what
379 the functions error and message make, and command echoing uses it
380 as well. It overrides the minibuf_prompt as well as the buffer. */
381
382extern char *echo_area_glyphs;
383
384/* A Lisp string to display instead of mini-buffer contents, analogous
385 to echo_area_glyphs. If this is a string, display that string.
386 Otherwise, if echo_area_glyphs is non-null, display that. */
387
388extern Lisp_Object echo_area_message;
389
390/* This is the length of the message in echo_area_glyphs. */
391
392extern int echo_area_glyphs_length;
393
394/* Value of echo_area_glyphs when it was last acted on. If this is
395 nonzero, there is a message on the frame in the minibuffer and it
396 should be erased as soon as it is no longer requested to appear. */
397
398extern char *previous_echo_glyphs;
399
400extern Lisp_Object previous_echo_area_message;
401
402/* This is the window where the echo area message was displayed. It 378/* This is the window where the echo area message was displayed. It
403 is always a minibuffer window, but it may not be the same window 379 is always a minibuffer window, but it may not be the same window
404 currently active as a minibuffer. */ 380 currently active as a minibuffer. */