diff options
| author | Jason Rumney | 2008-04-06 15:14:22 +0000 |
|---|---|---|
| committer | Jason Rumney | 2008-04-06 15:14:22 +0000 |
| commit | 36ef8f08c3862b8b62e6c79818f78371369dcf48 (patch) | |
| tree | 9f9bb3238122a8bf6595832c1e27fc9794acd6aa | |
| parent | b7655e0cb404938e607863edf75342b97ccba5ad (diff) | |
| download | emacs-36ef8f08c3862b8b62e6c79818f78371369dcf48.tar.gz emacs-36ef8f08c3862b8b62e6c79818f78371369dcf48.zip | |
("Burmese"): Make sample text consistent with language name.
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/language/burmese.el | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e6605945385..c56fd89c979 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2008-04-06 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * language/burmese.el ("Burmese"): Make sample text consistent with | ||
| 4 | language name. | ||
| 5 | |||
| 1 | 2008-04-06 Nick Roberts <nickrob@snap.net.nz> | 6 | 2008-04-06 Nick Roberts <nickrob@snap.net.nz> |
| 2 | 7 | ||
| 3 | * progmodes/gdb-ui.el (gdb): New group. | 8 | * progmodes/gdb-ui.el (gdb): New group. |
diff --git a/lisp/language/burmese.el b/lisp/language/burmese.el index 09c0f848824..4579bfc0540 100644 --- a/lisp/language/burmese.el +++ b/lisp/language/burmese.el | |||
| @@ -35,7 +35,7 @@ | |||
| 35 | "Burmese" '((charset unicode) | 35 | "Burmese" '((charset unicode) |
| 36 | (coding-system utf-8) | 36 | (coding-system utf-8) |
| 37 | (coding-priority utf-8) | 37 | (coding-priority utf-8) |
| 38 | (sample-text . "Myanmar (မ္ရန္မာ) မင္ဂလာပာ") | 38 | (sample-text . "Burmese (မ္ရန္မာ) မင္ဂလာပာ") |
| 39 | (documentation . t))) | 39 | (documentation . t))) |
| 40 | 40 | ||
| 41 | (set-char-table-range composition-function-table '(#x1000 . #x107F) | 41 | (set-char-table-range composition-function-table '(#x1000 . #x107F) |