diff options
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9e59850e870..5e7e2f38052 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,8 +1,7 @@ | |||
| 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 | 3 | * mail/sendmail.el (sendmail-send-it): The temporary buffer |
| 4 | buffer-file-coding-system of the current buffer to the temporary | 4 | inherits buffer-file-coding-system of the current buffer. |
| 5 | buffer that this funciton uses for work. | ||
| 6 | 5 | ||
| 7 | * tar-mode.el (tar-extract): For goto-char, use (point-min), not | 6 | * tar-mode.el (tar-extract): For goto-char, use (point-min), not |
| 8 | 0. Give correct argument to set-auto-coding-function. | 7 | 0. Give correct argument to set-auto-coding-function. |