From: Glenn Morris Date: Tue, 28 Aug 2007 08:29:15 +0000 (+0000) Subject: More of the same. X-Git-Tag: emacs-pretest-23.0.90~11236^2~10 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ec6ae7a3fe715bd7e6a76a70384d0838bc33c85e;p=emacs.git More of the same. --- diff --git a/src/ChangeLog.multi-tty b/src/ChangeLog.multi-tty index 15f6fe46638..6e4d0e6224d 100644 --- a/src/ChangeLog.multi-tty +++ b/src/ChangeLog.multi-tty @@ -1146,12 +1146,13 @@ (memory_below_frame, fast_clear_end_of_line): Move to struct terminal. (min_padding_speed, dont_calculate_costs): Comment out (unused). - * term.c (set_terminal_window, ins_del_lines, calculate_costs, term_init) * dispnew.c (line_hash_code, line_draw_cost) (direct_output_for_insert, update_frame_1, scrolling, update_frame_line) * scroll.c (calculate_scrolling, calculate_direct_scrolling) (scrolling_1, scroll_cost) * sysdep.c (hft_init) + * term.c (set_terminal_window, ins_del_lines, calculate_costs) + (term_init) * xdisp.c (try_window_id) * xterm.c (x_initialize): Use the accessor macros for terminal characteristics.