]> git.eshelyaron.com Git - emacs.git/commit
(message): Use message2, not message1.
authorRichard M. Stallman <rms@gnu.org>
Thu, 23 Dec 1993 01:04:26 +0000 (01:04 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 23 Dec 1993 01:04:26 +0000 (01:04 +0000)
commit90adcf2077e004798b3ace8195ba610cfc822a34
tree231f8f2c084115309ad31f7957c98454d6f34cdd
parentf58534a3faddd86cf1dea26195db461b16b1bbd8
(message): Use message2, not message1.

(display_string): Fix truncation-criterion after main loop
for termination due to LENGTH.

(echo_area_glyphs_length): New variable.
(message1): Set it.
(message2): New function.
(display_string): New arg LENGTH.
(echo_area_display): Pass new arg to display_string.
(redisplay_window): Likewise.
(display_text_line): Likewise.
(display_menu_bar): Likewise.
(display_mode_element): Likewise.

(update_menu_bar, update_menu_bars): New functions.
(prepare_menu_bars): New function.
(redisplay_window): Don't update menu bar here.
(display_menu_bar): Assume item list already updated.

(redisplay_window): Don't alter lpoint when w is
selected window in a non-selected frame.
src/xdisp.c