aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2009-08-19 11:23:19 +0000
committerKenichi Handa2009-08-19 11:23:19 +0000
commitc9af0b6810027f3fe036ac795b066a7e242aa974 (patch)
tree8a4cad940f55d48a22d71a4acc28157a64e2bfa7
parent05ff62c5bd6e4642060692ab613a154a63b7cdb2 (diff)
downloademacs-c9af0b6810027f3fe036ac795b066a7e242aa974.tar.gz
emacs-c9af0b6810027f3fe036ac795b066a7e242aa974.zip
("Tibetan"): Fix sample-text entry.
-rw-r--r--lisp/ChangeLog6
-rw-r--r--lisp/language/tibetan.el2
2 files changed, 7 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f511078e522..81f2152b08a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
2
3 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
4
5 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
6
12009-08-19 Michael Albinus <michael.albinus@gmx.de> 72009-08-19 Michael Albinus <michael.albinus@gmx.de>
2 8
3 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus 9 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
diff --git a/lisp/language/tibetan.el b/lisp/language/tibetan.el
index df7927f84ea..6b0c06649c3 100644
--- a/lisp/language/tibetan.el
+++ b/lisp/language/tibetan.el
@@ -102,7 +102,7 @@
102 (input-method . "tibetan-wylie") 102 (input-method . "tibetan-wylie")
103 (features tibet-util) 103 (features tibet-util)
104 (documentation . t) 104 (documentation . t)
105 (sample-text "Tibetan ($(7"7"]"2!;"G#!"Q"2!;(B) $(7!4!5!5!>"7"!#C"Q!;"E"S"G!;"7"2"[!;"D"["#"G!>"I"]"_!;"9"Q!;"/"S!;"5"Q"2#9"[!;"H"A"U"c!>(B"))) 105 (sample-text . "Tibetan ($(7"7"]"2!;"G#!"Q"2!;(B) $(7!4!5!5!>"7"!#C"Q!;"E"S"G!;"7"2"[!;"D"["#"G!>"I"]"_!;"9"Q!;"/"S!;"5"Q"2#9"[!;"H"A"U"c!>(B")))
106 106
107;; `$(7"A(B' is included in the pattern for subjoined consonants because we 107;; `$(7"A(B' is included in the pattern for subjoined consonants because we
108;; treat it specially in tibetan-add-components. 108;; treat it specially in tibetan-add-components.