diff options
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 29c3b8c0f72..22495598a6c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,8 +1,9 @@ | |||
| 1 | 2009-03-18 Kenichi Handa <handa@m17n.org> | 1 | 2009-03-18 Kenichi Handa <handa@m17n.org> |
| 2 | 2 | ||
| 3 | * international/mule.el (after-insert-file-set-coding): Set | 3 | * international/mule.el (after-insert-file-set-coding): |
| 4 | buffer-file-coding-system directly without calling | 4 | Set buffer-file-coding-system directly without calling |
| 5 | set-buffer-file-coding-system. | 5 | set-buffer-file-coding-system. (Fixes bug described in |
| 6 | follow-up to bug#2317). | ||
| 6 | 7 | ||
| 7 | 2009-03-17 Juanma Barranquero <lekktu@gmail.com> | 8 | 2009-03-17 Juanma Barranquero <lekktu@gmail.com> |
| 8 | 9 | ||