Mercurial > emacs
annotate etc/nxml/02440-0245F.el @ 112410:744ddded8b6a
* allout.el (allout-prefixed-keybindings): Bind (prefixed) '#' to
allout-number-siblings, in keeping with what obtained due to (now-defunct)
allout-keybindings-list. Ditch repeat binding to (prefixed) ?i.
(allout-before-change-handler): Better expose spots affected by undo.
author | Ken Manheimer <ken.manheimer@gmail.com> |
---|---|
date | Fri, 21 Jan 2011 23:41:57 -0500 |
parents | ef719132ddfa |
children |
rev | line source |
---|---|
86624
a76a6e77bd7d
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
1 (nxml-define-char-name-set 'optical-character-recognition |
a76a6e77bd7d
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
2 '(("OCR HOOK" #x2440) |
a76a6e77bd7d
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
3 ("OCR CHAIR" #x2441) |
a76a6e77bd7d
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
4 ("OCR FORK" #x2442) |
a76a6e77bd7d
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
5 ("OCR INVERTED FORK" #x2443) |
a76a6e77bd7d
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
6 ("OCR BELT BUCKLE" #x2444) |
a76a6e77bd7d
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
7 ("OCR BOW TIE" #x2445) |
a76a6e77bd7d
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
8 ("OCR BRANCH BANK IDENTIFICATION" #x2446) |
a76a6e77bd7d
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
9 ("OCR AMOUNT OF CHECK" #x2447) |
a76a6e77bd7d
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
10 ("OCR DASH" #x2448) |
a76a6e77bd7d
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
11 ("OCR CUSTOMER ACCOUNT NUMBER" #x2449) |
a76a6e77bd7d
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
12 ("OCR DOUBLE BACKSLASH" #x244A) |
a76a6e77bd7d
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
13 )) |
a76a6e77bd7d
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
14 |