comparison src/xdisp.c @ 9088:f29b14d21b26

(update_echo_area): New function.
author Richard M. Stallman <rms@gnu.org>
date Sun, 25 Sep 1994 17:43:58 +0000
parents a9e40d478857
children 610e18fd64a9
comparison
equal deleted inserted replaced
9087:e3c272c7f4d2 9088:f29b14d21b26
344 /* Print should start at the beginning of the message 344 /* Print should start at the beginning of the message
345 buffer next time. */ 345 buffer next time. */
346 message_buf_print = 0; 346 message_buf_print = 0;
347 } 347 }
348 } 348 }
349 }
350
351 void
352 update_echo_area ()
353 {
354 message2 (echo_area_glyphs, echo_area_glyphs_length);
349 } 355 }
350 356
351 static void 357 static void
352 echo_area_display () 358 echo_area_display ()
353 { 359 {