From: Per Starbäck Date: Thu, 25 Feb 2016 05:52:17 +0000 (+1030) Subject: Replace XXX acronyms with draft standard ones X-Git-Tag: emacs-26.0.90~2461 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fecd5e589d01b39e9c0c2f0a9ed300ba8cb09817;p=emacs.git Replace XXX acronyms with draft standard ones * lisp/international/characters.el (c1-acronyms): Replace XXX entries with the acronyms PAD, HOP, SGCI from draft DIS 10646 (bug#13745). --- diff --git a/lisp/international/characters.el b/lisp/international/characters.el index a43c0f68070..56f6c80fe81 100644 --- a/lisp/international/characters.el +++ b/lisp/international/characters.el @@ -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))))