diff options
| author | Jeremy Bryant | 2024-09-25 22:04:23 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2024-09-26 01:47:04 +0200 |
| commit | 0c861b820b79d9bd8b3ed2c445c79ca806b1cb67 (patch) | |
| tree | 2e8066792bf8efb7b9f2aac67dd6b02d6a1688fe | |
| parent | 3a0db55b5094686423b73b74ebdf9eba62d384f2 (diff) | |
| download | emacs-0c861b820b79d9bd8b3ed2c445c79ca806b1cb67.tar.gz emacs-0c861b820b79d9bd8b3ed2c445c79ca806b1cb67.zip | |
; * src/cm.c (calccost): Fix typo. (Bug#73485)
| -rw-r--r-- | src/cm.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 | ||