diff options
| author | Kim F. Storm | 2002-08-20 09:05:04 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2002-08-20 09:05:04 +0000 |
| commit | 1efc433b32e347e07c65a82388a6579b2602f703 (patch) | |
| tree | 8166bd9793968c30bd419f73d3e287666f4ab94f | |
| parent | 0076a86e2560e9cbe26f7db4373d9f3c673a23d0 (diff) | |
| download | emacs-1efc433b32e347e07c65a82388a6579b2602f703.tar.gz emacs-1efc433b32e347e07c65a82388a6579b2602f703.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3cb7d58cf2d..c95de2c48ec 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -5,6 +5,10 @@ | |||
| 5 | with keyboard macro related commands. The original binding on | 5 | with keyboard macro related commands. The original binding on |
| 6 | C-x C-k is moved to C-x C-k e. | 6 | C-x C-k is moved to C-x C-k e. |
| 7 | 7 | ||
| 8 | * binding.el: Remove macro related bindings (now in kmacro.el). | ||
| 9 | |||
| 10 | * edmacro.el: Remove C-x C-k binding (now in kmacro.el). | ||
| 11 | |||
| 8 | 2002-08-19 Kenichi Handa <handa@etl.go.jp> | 12 | 2002-08-19 Kenichi Handa <handa@etl.go.jp> |
| 9 | 13 | ||
| 10 | * international/mule.el (sgml-xml-auto-coding-function): Call | 14 | * international/mule.el (sgml-xml-auto-coding-function): Call |