From: Jeremy Bryant Date: Wed, 25 Sep 2024 21:04:23 +0000 (+0100) Subject: ; * src/cm.c (calccost): Fix typo. (Bug#73485) X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b02be3f2ecb08c1beb5ccd86c06a68ea7d63ff00;p=emacs.git ; * src/cm.c (calccost): Fix typo. (Bug#73485) (cherry picked from commit 0c861b820b79d9bd8b3ed2c445c79ca806b1cb67) --- diff --git a/src/cm.c b/src/cm.c index 67fafa29bcc..ad419ce0af1 100644 --- a/src/cm.c +++ b/src/cm.c @@ -193,7 +193,7 @@ calccost (struct tty_display_info *tty, tabcost; register const char *p; - /* If have just wrapped on a terminal with xn, + /* If we have just wrapped on a terminal with xn, don't believe the cursor position: give up here and force use of absolute positioning. */