diff options
| author | Chong Yidong | 2009-01-01 07:46:23 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-01-01 07:46:23 +0000 |
| commit | 6768ca670f52a7450a4d1a26dbd641e5fdd08c53 (patch) | |
| tree | 63f48341a14d1b469cd0b4c903cd4b2361a0e3ba | |
| parent | d658acb641df40981d329df00e739715124043f0 (diff) | |
| download | emacs-6768ca670f52a7450a4d1a26dbd641e5fdd08c53.tar.gz emacs-6768ca670f52a7450a4d1a26dbd641e5fdd08c53.zip | |
* language/cham.el: Fix setting of composition-function-table.
* language/khmer.el: Fix setting of composition-function-table.
* language/tibet-util.el (tibetan-composition-function): Remove
unused function, obsoleted by 2008-09-05 change to tibetan.el.
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7a40c6ff8b7..10095419752 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2009-01-01 Chong Yidong <cyd@stupidchicken.com> | 1 | 2009-01-01 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 2 | ||
| 3 | * language/cham.el: Fix setting of composition-function-table. | ||
| 4 | |||
| 5 | * language/khmer.el: Fix setting of composition-function-table. | ||
| 6 | |||
| 7 | * language/tibet-util.el (tibetan-composition-function): Remove | ||
| 8 | unused function, obsoleted by 2008-09-05 change to tibetan.el. | ||
| 9 | |||
| 3 | * simple.el (minibuffer-default): Add defvar. | 10 | * simple.el (minibuffer-default): Add defvar. |
| 4 | 11 | ||
| 5 | * hippie-exp.el: Require comint. | 12 | * hippie-exp.el: Require comint. |