aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Bryant2024-09-25 22:04:23 +0100
committerStefan Kangas2024-09-26 01:47:04 +0200
commit0c861b820b79d9bd8b3ed2c445c79ca806b1cb67 (patch)
tree2e8066792bf8efb7b9f2aac67dd6b02d6a1688fe
parent3a0db55b5094686423b73b74ebdf9eba62d384f2 (diff)
downloademacs-0c861b820b79d9bd8b3ed2c445c79ca806b1cb67.tar.gz
emacs-0c861b820b79d9bd8b3ed2c445c79ca806b1cb67.zip
; * src/cm.c (calccost): Fix typo. (Bug#73485)
-rw-r--r--src/cm.c2
1 files changed, 1 insertions, 1 deletions
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,
193 tabcost; 193 tabcost;
194 register const char *p; 194 register const char *p;
195 195
196 /* If have just wrapped on a terminal with xn, 196 /* If we have just wrapped on a terminal with xn,
197 don't believe the cursor position: give up here 197 don't believe the cursor position: give up here
198 and force use of absolute positioning. */ 198 and force use of absolute positioning. */
199 199