aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2024-02-17 12:15:11 +0200
committerEli Zaretskii2024-02-17 12:15:11 +0200
commit77576cd7626e4a99a5c88aa854091d701edd53a8 (patch)
tree6cd78b970cc5b62a38d24d77c226d4f7fb162ffb /src
parente6dae47d718dfd2167554a1adfe28c5c744b9b2b (diff)
downloademacs-77576cd7626e4a99a5c88aa854091d701edd53a8.tar.gz
emacs-77576cd7626e4a99a5c88aa854091d701edd53a8.zip
; Don't use non-ASCII characters in C comments in xdisp.c.
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index 6087a25afcc..4d60915f31c 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -24774,7 +24774,7 @@ maybe_produce_line_number (struct it *it)
24774 /* NOTE: We use `base_line_number` without checking 24774 /* NOTE: We use `base_line_number` without checking
24775 BASE_LINE_NUMBER_VALID_P because we assume that `redisplay_window` 24775 BASE_LINE_NUMBER_VALID_P because we assume that `redisplay_window`
24776 has already flushed this cache for us when needed. 24776 has already flushed this cache for us when needed.
24777 NOTE²: Checking BASE_LINE_NUMBER_VALID_P here would be 24777 NOTE2: Checking BASE_LINE_NUMBER_VALID_P here would be
24778 overly pessimistic because it might say that the cache 24778 overly pessimistic because it might say that the cache
24779 was invalid before entering `redisplay_window` yet the 24779 was invalid before entering `redisplay_window` yet the
24780 value has just been refreshed. */ 24780 value has just been refreshed. */