diff options
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a23a1edd3e8..60a443223be 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -4,10 +4,10 @@ | |||
| 4 | variable (permanent-local). | 4 | variable (permanent-local). |
| 5 | (auto-composition-function): Set the default value to | 5 | (auto-composition-function): Set the default value to |
| 6 | auto-compose-chars. | 6 | auto-compose-chars. |
| 7 | (auto-composition-mode): Make it a simple function, not a minor | 7 | (auto-composition-mode): Make it a simple function, not a minor mode. |
| 8 | mode. | ||
| 9 | (global-auto-composition-mode): Likewise. | 8 | (global-auto-composition-mode): Likewise. |
| 10 | (turn-on-auto-composition-if-enabled): Delete it. | 9 | (turn-on-auto-composition-if-enabled): Delete it. |
| 10 | |||
| 11 | 2010-01-13 Karl Fogel <kfogel@red-bean.com> | 11 | 2010-01-13 Karl Fogel <kfogel@red-bean.com> |
| 12 | 12 | ||
| 13 | * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276). | 13 | * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276). |