aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2000-06-14 13:12:14 +0000
committerKenichi Handa2000-06-14 13:12:14 +0000
commitbbf1e8a5d835b5ebdc2f2fecf3143f8d115d58d5 (patch)
treefb24d75f15f4300470ac4ef326e25c53f4a680cd
parent2b7573b15da4f298e865385efd9f0e9c3fcad63a (diff)
downloademacs-bbf1e8a5d835b5ebdc2f2fecf3143f8d115d58d5.tar.gz
emacs-bbf1e8a5d835b5ebdc2f2fecf3143f8d115d58d5.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog5
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 @@
12000-06-14 Kenichi Handa <handa@etl.go.jp> 12000-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.