]> git.eshelyaron.com Git - emacs.git/commitdiff
Replace XXX acronyms with draft standard ones
authorPer Starbäck <starback@stp.lingfil.uu.se>
Thu, 25 Feb 2016 05:52:17 +0000 (16:22 +1030)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 25 Feb 2016 05:52:17 +0000 (16:22 +1030)
* lisp/international/characters.el (c1-acronyms): Replace XXX
entries with the acronyms PAD, HOP, SGCI from draft DIS 10646
(bug#13745).

lisp/international/characters.el

index a43c0f68070b28a8e5eb86ee0a76af015b6a8ec7..56f6c80fe814eb98bcb0922220582a12c7d1de69 100644 (file)
@@ -1307,10 +1307,10 @@ Setup char-width-table appropriate for non-CJK language environment."
     (aset char-acronym-table i (car c0-acronyms))
     (setq c0-acronyms (cdr c0-acronyms))))
 
-(let ((c1-acronyms '("XXX" "XXX" "BPH" "NBH" "IND" "NEL" "SSA" "ESA"
+(let ((c1-acronyms '("PAD" "HOP" "BPH" "NBH" "IND" "NEL" "SSA" "ESA"
                     "HTS" "HTJ" "VTS" "PLD" "PLU" "R1"  "SS2" "SS1"
                     "DCS" "PU1" "PU2" "STS" "CCH" "MW"  "SPA" "EPA"
-                    "SOS" "XXX" "SC1" "CSI" "ST"  "OSC" "PM"  "APC")))
+                    "SOS" "SGCI" "SC1" "CSI" "ST"  "OSC" "PM"  "APC")))
   (dotimes (i 32)
     (aset char-acronym-table (+ #x0080 i) (car c1-acronyms))
     (setq c1-acronyms (cdr c1-acronyms))))