From: Eli Zaretskii Date: Sat, 17 Feb 2024 10:15:11 +0000 (+0200) Subject: ; Don't use non-ASCII characters in C comments in xdisp.c. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=79e3b396486b8de84ed087343a3bc339e25bd650;p=emacs.git ; Don't use non-ASCII characters in C comments in xdisp.c. (cherry picked from commit 77576cd7626e4a99a5c88aa854091d701edd53a8) --- 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) /* NOTE: We use `base_line_number` without checking BASE_LINE_NUMBER_VALID_P because we assume that `redisplay_window` has already flushed this cache for us when needed. - NOTE²: Checking BASE_LINE_NUMBER_VALID_P here would be + NOTE2: Checking BASE_LINE_NUMBER_VALID_P here would be overly pessimistic because it might say that the cache was invalid before entering `redisplay_window` yet the value has just been refreshed. */