From 42f5b65ce7f2f373fd802b7594c7a0cd4ee65c60 Mon Sep 17 00:00:00 2001
From: Paul Eggert <eggert@cs.ucla.edu>
Date: Tue, 24 Jan 2023 18:50:28 -0800
Subject: [PROPOSED] Remove UNUSUAL_OK_IPA

* Makefile (UNUSUAL_OK_IPA): Remove; no longer needed now that the
commentary no longer uses that IPA character.  Use removed.
---
 Makefile | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/Makefile b/Makefile
index 2ae0cbd..5ebd5d2 100644
--- a/Makefile
+++ b/Makefile
@@ -463,13 +463,9 @@ SAFE_CHAR=	'[]'$(SAFE_CHARSET)'-]'
 # and so are likely displayable even in editors like XEmacs 21
 # that have limited display capabilities.
 UNUSUAL_OK_LATIN_1 = ¡¢£¤¥¦§¨©«¬®¯°±²³´¶·¸¹»¼½¾¿×÷
-# This IPA symbol is represented in Unicode as the composition of
-# U+0075 and U+032F, and U+032F is not considered alphabetic by some
-# grep implementations that do not grok composition.
-UNUSUAL_OK_IPA = u̯
 # Non-ASCII non-letters that OK_CHAR allows, as these characters are
 # useful in commentary.
-UNUSUAL_OK_CHARSET= $(UNUSUAL_OK_LATIN_1)$(UNUSUAL_OK_IPA)
+UNUSUAL_OK_CHARSET= $(UNUSUAL_OK_LATIN_1)
 
 # Put this in a bracket expression to match spaces.
 s = [:space:]
-- 
2.39.1

