diff options
| author | Kenichi Handa | 2000-06-14 13:12:14 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2000-06-14 13:12:14 +0000 |
| commit | bbf1e8a5d835b5ebdc2f2fecf3143f8d115d58d5 (patch) | |
| tree | fb24d75f15f4300470ac4ef326e25c53f4a680cd | |
| parent | 2b7573b15da4f298e865385efd9f0e9c3fcad63a (diff) | |
| download | emacs-bbf1e8a5d835b5ebdc2f2fecf3143f8d115d58d5.tar.gz emacs-bbf1e8a5d835b5ebdc2f2fecf3143f8d115d58d5.zip | |
*** empty log message ***
| -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. |