diff options
| author | Kenichi Handa | 2000-06-14 13:03:06 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2000-06-14 13:03:06 +0000 |
| commit | 725a689752b5466d42bfc32272971f8a9c2b6ef9 (patch) | |
| tree | e57e489327b7912e3998099b8fed3cf5e4973adf /lisp | |
| parent | cb33a0ce4c0fd33bdbcb37a32e11bb0d19513597 (diff) | |
| download | emacs-725a689752b5466d42bfc32272971f8a9c2b6ef9.tar.gz emacs-725a689752b5466d42bfc32272971f8a9c2b6ef9.zip | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c47e79dd709..9e59850e870 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2000-06-14 Kenichi Handa <handa@etl.go.jp> | 1 | 2000-06-14 Kenichi Handa <handa@etl.go.jp> |
| 2 | 2 | ||
| 3 | * mail/sendmail.el (sendmail-send-it): Inherit | ||
| 4 | buffer-file-coding-system of the current buffer to the temporary | ||
| 5 | buffer that this funciton uses for work. | ||
| 6 | |||
| 3 | * tar-mode.el (tar-extract): For goto-char, use (point-min), not | 7 | * tar-mode.el (tar-extract): For goto-char, use (point-min), not |
| 4 | 0. Give correct argument to set-auto-coding-function. | 8 | 0. Give correct argument to set-auto-coding-function. |
| 5 | (tar-expunge): For goto-char, use (point-min), not 0. | 9 | (tar-expunge): For goto-char, use (point-min), not 0. |