summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@telfort.nl>2022-10-31 12:50:11 +0100
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-11-02 18:26:56 +0000
commit65d89342f59cfc2eac9bf8010076b937f22554e8 (patch)
tree8e5393ce690252323d7b3cf0ae39084344d56358
parent6baccbae5324e7342cb5176cae82f463a6b34eae (diff)
downloadxorg-lib-libX11-65d89342f59cfc2eac9bf8010076b937f22554e8.tar.gz
nls: remove two compose sequences that use deprecated symbols
The last few occurrences of `leftcaret` and `rightcaret` were replaced with `less` and `greater` in xkeyboard-config half a year ago.
-rw-r--r--nls/en_US.UTF-8/Compose.pre2
1 files changed, 0 insertions, 2 deletions
diff --git a/nls/en_US.UTF-8/Compose.pre b/nls/en_US.UTF-8/Compose.pre
index 5623cba4..36d63e31 100644
--- a/nls/en_US.UTF-8/Compose.pre
+++ b/nls/en_US.UTF-8/Compose.pre
@@ -4549,9 +4549,7 @@ XCOMM Mathematical Operators
<Multi_key> <greater> <equal> : "≥" U2265 # GREATER-THAN OR EQUAL TO
<Multi_key> <U224D> <U0338> : "≭" U226D # NOT EQUIVALENT TO
<Multi_key> <less> <U0338> : "≮" U226E # NOT LESS-THAN
-<Multi_key> <leftcaret> <U0338> : "≮" U226E # NOT LESS-THAN
<Multi_key> <greater> <U0338> : "≯" U226F # NOT GREATER-THAN
-<Multi_key> <rightcaret> <U0338> : "≯" U226F # NOT GREATER-THAN
<Multi_key> <lessthanequal> <U0338> : "≰" U2270 # NEITHER LESS-THAN NOR EQUAL TO
<Multi_key> <greaterthanequal> <U0338> : "≱" U2271 # NEITHER GREATER-THAN NOR EQUAL TO
<Multi_key> <U2272> <U0338> : "≴" U2274 # NEITHER LESS-THAN NOR EQUIVALENT TO