Mercurial > emacs
annotate etc/nxml/0FFF0-0FFFF.el @ 105216:fb7e59394e9b
* help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
* isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
* help-macro.el (make-help-screen): Avoid using an ambiguous function
definition where the docstring could be taken for the return value.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 27 Sep 2009 00:27:21 +0000 |
parents | d3851627d1f0 |
children | ef719132ddfa |
rev | line source |
---|---|
86698
d3851627d1f0
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
1 (nxml-define-char-name-set 'specials |
d3851627d1f0
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
2 '(("INTERLINEAR ANNOTATION ANCHOR" #xFFF9) |
d3851627d1f0
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
3 ("INTERLINEAR ANNOTATION SEPARATOR" #xFFFA) |
d3851627d1f0
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
4 ("INTERLINEAR ANNOTATION TERMINATOR" #xFFFB) |
d3851627d1f0
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
5 ("OBJECT REPLACEMENT CHARACTER" #xFFFC) |
d3851627d1f0
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
6 ("REPLACEMENT CHARACTER" #xFFFD) |
d3851627d1f0
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
7 )) |
d3851627d1f0
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
8 |
d3851627d1f0
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
9 ;; arch-tag: 0bef6e81-4857-4032-a18a-18784233cc81 |