mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
(char_ins_del_cost): Use FRAME_WIDTH, not FRAME_HEIGHT.
This commit is contained in:
parent
82ce8accb3
commit
945807a338
@ -1243,7 +1243,7 @@ count_match (str1, str2)
|
||||
/* Char insertion/deletion cost vector, from term.c */
|
||||
extern int *char_ins_del_vector;
|
||||
|
||||
#define char_ins_del_cost(f) (&char_ins_del_vector[FRAME_HEIGHT((f))])
|
||||
#define char_ins_del_cost(f) (&char_ins_del_vector[FRAME_WIDTH((f))])
|
||||
|
||||
static void
|
||||
update_line (frame, vpos)
|
||||
|
Loading…
Reference in New Issue
Block a user