annotate etc/nxml/03190-0319F.el @ 112429:6e50030da731

Some copyright.el updates. * lisp/emacs-lisp/copyright.el (copyright-find-copyright): New function, split out from copyright-update-year. (copyright-update): Don't mess with the GPL version if we don't own the copyright. Update license regexp, and remove no longer needed Esperanto stuff.
author Glenn Morris <rgm@gnu.org>
date Sat, 22 Jan 2011 14:09:09 -0800
parents ef719132ddfa
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
86664
543b7ec8c4b7 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1 (nxml-define-char-name-set 'kanbun
543b7ec8c4b7 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2 '(("IDEOGRAPHIC ANNOTATION LINKING MARK" #x3190)
543b7ec8c4b7 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3 ("IDEOGRAPHIC ANNOTATION REVERSE MARK" #x3191)
543b7ec8c4b7 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4 ("IDEOGRAPHIC ANNOTATION ONE MARK" #x3192)
543b7ec8c4b7 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5 ("IDEOGRAPHIC ANNOTATION TWO MARK" #x3193)
543b7ec8c4b7 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6 ("IDEOGRAPHIC ANNOTATION THREE MARK" #x3194)
543b7ec8c4b7 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7 ("IDEOGRAPHIC ANNOTATION FOUR MARK" #x3195)
543b7ec8c4b7 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8 ("IDEOGRAPHIC ANNOTATION TOP MARK" #x3196)
543b7ec8c4b7 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9 ("IDEOGRAPHIC ANNOTATION MIDDLE MARK" #x3197)
543b7ec8c4b7 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10 ("IDEOGRAPHIC ANNOTATION BOTTOM MARK" #x3198)
543b7ec8c4b7 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11 ("IDEOGRAPHIC ANNOTATION FIRST MARK" #x3199)
543b7ec8c4b7 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
12 ("IDEOGRAPHIC ANNOTATION SECOND MARK" #x319A)
543b7ec8c4b7 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
13 ("IDEOGRAPHIC ANNOTATION THIRD MARK" #x319B)
543b7ec8c4b7 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
14 ("IDEOGRAPHIC ANNOTATION FOURTH MARK" #x319C)
543b7ec8c4b7 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
15 ("IDEOGRAPHIC ANNOTATION HEAVEN MARK" #x319D)
543b7ec8c4b7 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
16 ("IDEOGRAPHIC ANNOTATION EARTH MARK" #x319E)
543b7ec8c4b7 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
17 ("IDEOGRAPHIC ANNOTATION MAN MARK" #x319F)
543b7ec8c4b7 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
18 ))
543b7ec8c4b7 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
19