annotate etc/nxml/0FFF0-0FFFF.el @ 107969:62fa87a581e1

Fix to vc-hg-annotate-extract-revision-at-line (Bug#5960). * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file name relative to the project root (Bug#5960).
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 16 Apr 2010 20:28:19 -0400
parents d3851627d1f0
children ef719132ddfa
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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