mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-16 09:50:25 +00:00
9 lines
268 B
EmacsLisp
9 lines
268 B
EmacsLisp
(nxml-define-char-name-set 'specials
|
|
'(("INTERLINEAR ANNOTATION ANCHOR" #xFFF9)
|
|
("INTERLINEAR ANNOTATION SEPARATOR" #xFFFA)
|
|
("INTERLINEAR ANNOTATION TERMINATOR" #xFFFB)
|
|
("OBJECT REPLACEMENT CHARACTER" #xFFFC)
|
|
("REPLACEMENT CHARACTER" #xFFFD)
|
|
))
|
|
|