diff options
| author | Kenichi Handa | 2000-06-14 12:46:37 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2000-06-14 12:46:37 +0000 |
| commit | 02891cc387c837044ed2b13d86adce579fb9d624 (patch) | |
| tree | fcac8ce9101ebdfa5679fc4b2ed466ecf05230d8 | |
| parent | 8a4e3c0cf01607f6844fcda85798fbde34ba89b2 (diff) | |
| download | emacs-02891cc387c837044ed2b13d86adce579fb9d624.tar.gz emacs-02891cc387c837044ed2b13d86adce579fb9d624.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 288d6d86d89..c47e79dd709 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2000-06-14 Kenichi Handa <handa@etl.go.jp> | 1 | 2000-06-14 Kenichi Handa <handa@etl.go.jp> |
| 2 | 2 | ||
| 3 | * tar-mode.el (tar-extract): For goto-char, use (point-min), not | ||
| 4 | 0. Give correct argument to set-auto-coding-function. | ||
| 5 | (tar-expunge): For goto-char, use (point-min), not 0. | ||
| 6 | (tar-clear-modification-flags): For goto-char, use (point-min), not 1. | ||
| 7 | (tar-subfile-save-buffer): Likewize. | ||
| 8 | |||
| 3 | * international/mule.el | 9 | * international/mule.el |
| 4 | (after-insert-file-set-buffer-file-coding-system): Call | 10 | (after-insert-file-set-buffer-file-coding-system): Call |
| 5 | set-buffer-file-coding-system with the arg FORCE t. | 11 | set-buffer-file-coding-system with the arg FORCE t. |