mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-30 17:10:51 -08:00
8 lines
268 B
EmacsLisp
8 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)
|
|
))
|
|
|