diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-04-30 17:23:53 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-04-30 17:23:53 +0000 |
commit | 5bad6b8ad58d2b0634be0630a3e00fb662acd34e (patch) | |
tree | dba0d142f7a534916ff792e953ffddae35e71b9f /lisp/language/tibetan.el | |
parent | a7938b0e01c4dac900103a39c950644c1642e4bc (diff) | |
download | emacs-5bad6b8ad58d2b0634be0630a3e00fb662acd34e.tar.gz |
(tibetan-obsolete-glyphs): Now in tibet-util.el.
Diffstat (limited to 'lisp/language/tibetan.el')
-rw-r--r-- | lisp/language/tibetan.el | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/lisp/language/tibetan.el b/lisp/language/tibetan.el index c993bb57c01..e85f4132124 100644 --- a/lisp/language/tibetan.el +++ b/lisp/language/tibetan.el @@ -555,23 +555,6 @@ ("$(7"G#7(B" . "$(7%X(B") ("$(7"G#9(B" . "$(7%Y(B"))) -(defconst tibetan-obsolete-glyphs - `(("$(7!=(B" . "$(8!=(B") ; 2 col <-> 1 col - ("$(7!?(B" . "$(8!?(B") - ("$(7!@(B" . "$(8!@(B") - ("$(7!A(B" . "$(8!A(B") - ("$(7"`(B" . "$(8"`(B") - ("$(7!;(B" . "$(8!;(B") - ("$(7!D(B" . "$(8!D(B") - ;; Yes these are dirty. But ... - ("$(7!>(B $(7!>(B" . ,(compose-string "$(7!>(B $(7!>(B" 0 3 [?$(7!>(B (Br . Bl) ? (Br . Bl) ?$(7!>(B])) - ("$(7!4!5!5(B" . ,(compose-string - "$(7#R#S#S#S(B" 0 4 - [?$(7#R(B (Br . Bl) ?$(7#S(B (Br . Bl) ?$(7#S(B (Br . Bl) ?$(7#S(B])) - ("$(7!4!5(B" . ,(compose-string "$(7#R#S#S(B" 0 3 [?$(7#R(B (Br . Bl) ?$(7#S(B (Br . Bl) ?$(7#S(B])) - ("$(7!6(B" . ,(compose-string "$(7#R#S!I(B" 0 3 [?$(7#R(B (Br . Bl) ?$(7#S(B (br . tr) ?$(7!I(B])) - ("$(7!4(B" . ,(compose-string "$(7#R#S(B" 0 2 [?$(7#R(B (Br . Bl) ?$(7#S(B])))) - (defconst tibetan-regexp (let ((l (list tibetan-precomposed-transcription-alist tibetan-consonant-transcription-alist |