Mercurial > emacs
comparison lisp/ChangeLog @ 29645:09fc77c8f4c0
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 14 Jun 2000 12:46:37 +0000 |
parents | cf567ae7be0e |
children | 7dd86f22995b |
comparison
equal
deleted
inserted
replaced
29644:58b31ace9bf1 | 29645:09fc77c8f4c0 |
---|---|
1 2000-06-14 Kenichi Handa <handa@etl.go.jp> | 1 2000-06-14 Kenichi Handa <handa@etl.go.jp> |
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. | |
2 | 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. |
6 | 12 |