From: Richard M. Stallman Date: Sun, 25 Sep 1994 17:43:58 +0000 (+0000) Subject: (update_echo_area): New function. X-Git-Tag: emacs-19.34~6766 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=131f213390e3f4bfccd3ff01f39499cfa9bcdbe2;p=emacs.git (update_echo_area): New function. --- diff --git a/src/xdisp.c b/src/xdisp.c index fedc9628e89..09399a75ef6 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -348,6 +348,12 @@ message (m, a1, a2, a3) } } +void +update_echo_area () +{ + message2 (echo_area_glyphs, echo_area_glyphs_length); +} + static void echo_area_display () {